diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-25 20:15:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 20:15:31 +0200 |
commit | 318f657c31f95d8dda37fd9b21771f073e4409a2 (patch) | |
tree | 219d18c5ade1c6751dddcdf9284c24854595e83a /.github | |
parent | b516dd970f89a844ac234e56a31b66d693631707 (diff) | |
parent | 482d3a1d76e1c66e351b400c40d772be624cd9b9 (diff) | |
download | PrismLauncher-318f657c31f95d8dda37fd9b21771f073e4409a2.tar.gz PrismLauncher-318f657c31f95d8dda37fd9b21771f073e4409a2.tar.bz2 PrismLauncher-318f657c31f95d8dda37fd9b21771f073e4409a2.zip |
Merge pull request #231 from tobimori/patch-1
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6400791..ac701c1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -251,6 +251,7 @@ jobs: 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" + mv "PrismLauncher.app" "Prism Launcher.app" tar -czf ../PrismLauncher.tar.gz * - name: Make Sparkle signature (macOS) |