Skip to content

Commit

Permalink
Merge pull request #197 from outcoldman/macos-arm64-sign
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea authored Jan 17, 2024
2 parents 94491c6 + 9648a32 commit 88bc392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
$(brew --prefix)/opt/qt@6/bin/macdeployqt Chiaki4deck.app -qmldir="$PWD/gui/src/qml" -libpath=$(brew --prefix)/lib
ln -s libvulkan.1.dylib Chiaki4deck.app/Contents/Frameworks/vulkan
ln -s ../../../../../../../Frameworks Chiaki4deck.app/Contents/Frameworks/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents
codesign --force --deep --sign - Chiaki4deck.app
hdiutil create -srcfolder Chiaki4deck.app Chiaki4deck.dmg
codesign --force --deep --sign - Chiaki4deck.dmg
- name: Upload Chiaki4deck Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 88bc392

Please sign in to comment.