Skip to content

Commit

Permalink
调整动态库文件结构
Browse files Browse the repository at this point in the history
discordRPC动态库文件加入自动打包流程
  • Loading branch information
MrZ626 committed Sep 25, 2024
1 parent 8c7b68d commit 4dcb2db
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,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/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
extra-assets-x64: ./.github/build/extraLibs/Windows_x64/fmod.dll ./.github/build/extraLibs/Windows_x64/fmodstudio.dll ./.github/build/extraLibs/Windows_x64/discord-rpc.dll
extra-assets-x86: ./.github/build/extraLibs/Windows_x86/fmod.dll ./.github/build/extraLibs/Windows_x86/fmodstudio.dll ./.github/build/extraLibs/Windows_x86/discord-rpc.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 Expand Up @@ -232,7 +232,7 @@ jobs:
with:
name: ${{ env.CORE_LOVE_ARTIFACT_NAME }}
# - name: Download fmod lib
# Two .so files are in .github/build/libFMOD/Android/
# Two .so files are in .github/build/extraLibs/Android/
# Need to put them into the love package, besides the liblove.so (for each architecture)
# TODO: ??????????????????????????
# TODO: ??????????????????????????
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
version-string: ${{ needs.get-info.outputs.version-string }}
icon-path: ./.github/build/linux/${{ env.BUILD_TYPE }}/icon.png
love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }}
lib-path: ./.github/build/libFMOD/Linux
lib-path: ./.github/build/extraLibs/Linux
product-name: ${{ steps.process-app-name.outputs.product-name }}
output-folder: ${{ env.OUTPUT_FOLDER }}
- name: Upload AppImage artifact
Expand Down

0 comments on commit 4dcb2db

Please sign in to comment.