diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8db41f2..9acfca2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: sudo -u builder bash << 'EOF' set -e makepkg --printsrcinfo > .SRCINFO - makepkg -s --noconfirm + makepkg -sS --noconfirm EOF - name: Fix permissions for upload diff --git a/package.json b/package.json index 16a4849..3a7c0ff 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "build": { "appId": "com.hytalef2p.launcher", "productName": "Hytale F2P Launcher", - "artifactName": "${name}_${version}_${arch}.${ext}", + "artifactName": "${name}_${version}.${ext}", "directories": { "output": "dist" }, @@ -101,6 +101,7 @@ } ], "icon": "build/icon.icns", + "artifactName": "${name}_${version}_${arch}.${ext}", "category": "public.app-category.games" }, "nsis": {