Skip to content

Commit

Permalink
Fix packaging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLeslie committed Jun 24, 2024
1 parent 336667a commit a96ce83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"chromedriver": "110.0.0"
},
"build": {
"appId": "com.electron.grist.core",
"appId": "com.grist.desktop",
"npmRebuild": false,
"compression": "normal",
"includeSubNodeModules": true,
Expand All @@ -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": {
Expand Down

0 comments on commit a96ce83

Please sign in to comment.