aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authortobimori <tobias@moeritz.cc>2022-10-25 09:34:07 +0200
committertobimori <tobias@moeritz.cc>2022-10-25 09:34:07 +0200
commitd9463620e601aa62342cafc3fb2fbeae5f56511c (patch)
treeb8e52ea8f590490d887e23640bb6f6ef6c324f04 /.github/workflows
parent500a7eceabd292a7ddef5a5e2cec0fd26d66cef6 (diff)
downloadPrismLauncher-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.yml5
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)