Skip to content

Commit

Permalink
feat(windows): add nsis arch
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Sep 26, 2024
1 parent 2e64ade commit 3d73c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"artifactName": "${productName}_${platform}_${version}.${ext}",
"sign": "./customSign.js",
"signingHashAlgorithms": ["sha256"],
"target": ["zip"],
"target": ["nsis", "zip"],
"publish": ["github"]
},
"publish": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "geodeapp",
"version": "0.5.0-rc.16",
"private": true,
"description": "Desktop and cloud sofware for data visualization",
"description": "Desktop and cloud software for data visualization",
"main": "dist-electron/main.js",
"scripts": {
"dev": "npx [email protected] dev --no-fork",
Expand Down

0 comments on commit 3d73c45

Please sign in to comment.