Skip to content

Commit

Permalink
补充win32的dll
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jun 26, 2024
1 parent b6aaf34 commit 19fdf20
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
File renamed without changes.
Binary file added .github/build/libFMOD/Windows/x86/fmod.dll
Binary file not shown.
Binary file added .github/build/libFMOD/Windows/x86/fmodstudio.dll
Binary file not shown.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ jobs:
with:
icon-path: ./.github/build/windows/${{ env.BUILD_TYPE }}/icon.ico
rc-path: ./.github/build/windows/${{ env.BUILD_TYPE }}/template.rc
extra-assets-x64: ./.github/build/libFMOD/Windows/fmod.dll ./.github/build/libFMOD/Windows/fmodstudio.dll
extra-assets-x64: ./.github/build/libFMOD/Windows/x64/fmod.dll ./.github/build/libFMOD/Windows/x64/fmodstudio.dll
extra-assets-x86: ./.github/build/libFMOD/Windows/x86/fmod.dll ./.github/build/libFMOD/Windows/x86/fmodstudio.dll
love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }}
product-name: ${{ steps.process-app-name.outputs.product-name }}
app-id: ${{ secrets.WINDOWS_APP_ID }}
Expand Down

0 comments on commit 19fdf20

Please sign in to comment.