Skip to content

Commit

Permalink
In theory, add entitlements to mac signing
Browse files Browse the repository at this point in the history
Which should address that issue chris found
  • Loading branch information
baconpaul committed Jan 3, 2025
1 parent b11ac0a commit 3223da6
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
mkdir build/inst
cd build
../libs/sst/sst-plugininfra/scripts/installer_mac/make_installer.sh "Six Sines" . ../resources inst `date +"%Y-%m-%d"`-`git rev-parse --short HEAD`
../libs/sst/sst-plugininfra/scripts/installer_mac/make_installer.sh "Six Sines" . ../resources/mac_installer inst `date +"%Y-%m-%d"`-`git rev-parse --short HEAD`
- name: Configure pull request version
if: github.event_name == 'pull_request'
Expand Down
Loading

0 comments on commit 3223da6

Please sign in to comment.