Skip to content

Commit

Permalink
Add ad-hoc signing for the arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
outcoldman committed Jan 17, 2024
1 parent 5f26319 commit 9648a32
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 @@ -90,7 +90,9 @@ jobs:
cp -r /usr/local/Frameworks/QtDBus.framework Chiaki4deck.app/Contents/Frameworks/
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 9648a32

Please sign in to comment.