From a96ce838a804045c4ac949d4e84401b92624558c Mon Sep 17 00:00:00 2001 From: "Leslie H." Date: Mon, 24 Jun 2024 11:43:06 -0500 Subject: [PATCH] Fix packaging configuration --- .github/workflows/package.yml | 2 +- package.json | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 2d5395ea..dc9d00dc 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -120,5 +120,5 @@ jobs: - uses: actions/upload-artifact@v4 with: name: ${{ matrix.os }}-${{ matrix.host }}-${{ matrix.target }} - path: dist/grist-electron-* + path: dist/grist-desktop-* if-no-files-found: "error" diff --git a/package.json b/package.json index 9eb425e1..ec62b49b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "chromedriver": "110.0.0" }, "build": { - "appId": "com.electron.grist.core", + "appId": "com.grist.desktop", "npmRebuild": false, "compression": "normal", "includeSubNodeModules": true, @@ -52,14 +52,13 @@ "target": "portable" } ], - "artifactName": "${name}-windows-${version}-${arch}.${ext}", "icon": "core/static/icons/grist.ico" }, "portable": { - "artifactName": "${productName}-windows-portable-${version}-${arch}.${ext}" + "artifactName": "${name}-windows-portable-${version}-${arch}.${ext}" }, "nsis": { - "artifactName": "${productName}-windows-installer-${version}-${arch}.${ext}", + "artifactName": "${name}-windows-installer-${version}-${arch}.${ext}", "perMachine": true }, "mac": {