Skip to content

Commit

Permalink
Include MacSetup.sh in build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
campital committed Mar 8, 2024
1 parent aa5c167 commit 2d19fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
mkdir Source/build/artifacts
cp ./README.md ./Source/build/artifacts/
cp ./LICENSE ./Source/build/artifacts/
cp ./Tools/MacSetup.sh ./Source/build/artifacts/
cp ./Source/build/dolphin-memory-engine.dmg ./Source/build/artifacts/
shell: bash

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Due to security hardening on recent versions of macOS, the Dolphin Emulator exec
>
> Choose a name (gdb-cert in the example), set Identity Type to Self Signed Root, set Certificate Type to Code Signing and select the Let me override defaults. Click several times on Continue until you get to the Specify a Location For The Certificate screen, then set Keychain to System.
Then, run the interactive `MacSetup.sh` script inside the `Tools` directory to re-sign Dolphin Emulator:
Then, run the interactive `MacSetup.sh` script inside the `Tools` directory (if built from source) or included in the build archive to re-sign Dolphin Emulator:

./MacSetup.sh
sh ./MacSetup.sh

**Note that Dolphin must also be re-signed using this script after an update.**

Expand Down

0 comments on commit 2d19fb9

Please sign in to comment.