Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jul 9, 2024
1 parent 33dfa01 commit 13a43e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ jobs:
- name: package
run: |
macdeployqt modmanager.app -qmldir=. -verbose=1 -dmg
otool -L modmanager.app/Contents/MacOS/ModManager
install_name_tool -change "/usr/lib/libaria2.0.dylib" "@rpath/libaria2.0.dylib" modmanager.app/Contents/MacOS/ModManager
install_name_tool -change "/usr/lib/libcares.2.dylib" "@rpath/libcares.2.dylib" modmanager.app/Contents/MacOS/ModManager
install_name_tool -change "/usr/lib/libgmp.10.dylib" "@rpath/libgmp.10.dylib" modmanager.app/Contents/MacOS/ModManager
install_name_tool -change "/usr/lib/libquazip1-qt6.1.4.0.dylib" "@rpath/libquazip1-qt6.1.4.0.dylib" modmanager.app/Contents/MacOS/ModManager
otool -L modmanager.app/Contents/MacOS/ModManager
shell: sh
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 13a43e4

Please sign in to comment.