From 7546b2145aa9bd87d33ae69ccca80cff35956aa2 Mon Sep 17 00:00:00 2001 From: Pi Date: Wed, 5 Apr 2023 17:56:14 -0700 Subject: [PATCH] misc stuff --- electron-builder.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index 8a7aa71..c58fbf5 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,6 +1,6 @@ appId: com.pi.alpaca.electron nsis: - artifactName: Alpaca-Electron-setup-win-v${version}.${ext} + artifactName: Alpaca-Electron-win-x64-v${version}.${ext} shortcutName: ${productName} uninstallDisplayName: ${productName} createDesktopShortcut: always diff --git a/package.json b/package.json index 43509d9..61d89a9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "rebuild": ".\\node_modules\\.bin\\electron-rebuild", "rebuild-linux": "npx --openssl_fips='' electron-rebuild", "make-linux-x64": "npx electron-packager . --overwrite --platform=linux --arch=x64 --icon=icon/png/128x128.png --prune=true --electron-version=13.6.9 --app-copyright='Pi' --out=./release-builds --version-string.CompanyName=Pi", - "pack-linux-x64": "tar czf release-builds/alpaca-electron-linux-x64.tar.gz \"release-builds/Alpaca Electron-linux-x64\"", + "pack-linux-x64": "tar czf release-builds/Alpaca-Electron-linux-x64-vx.x.x.tar.gz \"release-builds/Alpaca Electron-linux-x64\"", "linux-x64": "npm run rebuild-linux && npm run make-linux-x64 && npm run pack-linux-x64" }, "dependencies": {