diff options
author | Tobias Möritz <tobias@moeritz.cc> | 2022-10-22 15:10:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 15:10:32 +0200 |
commit | 500a7eceabd292a7ddef5a5e2cec0fd26d66cef6 (patch) | |
tree | f555d8257a8c22f621fbaa6553d75c5f3131efc8 | |
parent | 1dad35ca760662b9fc7c22cc0799403f75780bb8 (diff) | |
download | PrismLauncher-500a7eceabd292a7ddef5a5e2cec0fd26d66cef6.tar.gz PrismLauncher-500a7eceabd292a7ddef5a5e2cec0fd26d66cef6.tar.bz2 PrismLauncher-500a7eceabd292a7ddef5a5e2cec0fd26d66cef6.zip |
update macOS build process to work with new .app
Signed-off-by: Tobias Möritz <tobias@moeritz.cc>
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6400791..f67ba4c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -249,8 +249,8 @@ jobs: cmake --install ${{ env.BUILD_DIR }} cd ${{ env.INSTALL_DIR }} - chmod +x "PrismLauncher.app/Contents/MacOS/prismlauncher" - sudo codesign --sign - --deep --force --entitlements "../program_info/App.entitlements" --options runtime "PrismLauncher.app/Contents/MacOS/prismlauncher" + chmod +x "Prism Launcher.app/Contents/MacOS/prismlauncher" + sudo codesign --sign - --deep --force --entitlements "../program_info/App.entitlements" --options runtime "Prism Launcher.app/Contents/MacOS/prismlauncher" tar -czf ../PrismLauncher.tar.gz * - name: Make Sparkle signature (macOS) |