diff options
author | tobimori <tobias@moeritz.cc> | 2022-10-25 09:34:07 +0200 |
---|---|---|
committer | tobimori <tobias@moeritz.cc> | 2022-10-25 09:34:07 +0200 |
commit | d9463620e601aa62342cafc3fb2fbeae5f56511c (patch) | |
tree | b8e52ea8f590490d887e23640bb6f6ef6c324f04 /.github/workflows | |
parent | 500a7eceabd292a7ddef5a5e2cec0fd26d66cef6 (diff) | |
download | PrismLauncher-d9463620e601aa62342cafc3fb2fbeae5f56511c.tar.gz PrismLauncher-d9463620e601aa62342cafc3fb2fbeae5f56511c.tar.bz2 PrismLauncher-d9463620e601aa62342cafc3fb2fbeae5f56511c.zip |
move .app rename to packaging process, update mac copyright string
Signed-off-by: tobimori <tobias@moeritz.cc>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f67ba4c7..ac701c1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -249,8 +249,9 @@ jobs: cmake --install ${{ env.BUILD_DIR }} cd ${{ env.INSTALL_DIR }} - 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" + 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) |