Skip to content

Commit

Permalink
fix(artifacts): update win portable artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
lsagetlethias committed Feb 18, 2022
1 parent 57d341c commit 93f0fa6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"description": "Visualisez, triez, et améliorez votre boite mail !",
"author": "Fabrique des ministère sociaux",
"author": "Fabrique des ministères sociaux",
"license": "Apache-2.0",
"main": "dist/main/main.js",
"repository": "git@github.com:SocialGouv/archifiltre-mails.git",
Expand Down Expand Up @@ -91,7 +91,9 @@
"entitlementsInherit": "./electron/build/entitlements.mac.plist"
},
"win": {
"icon": "./electron/build/icon.png",
"icon": "./electron/build/icon.png"
},
"portable": {
"artifactName": "${name}-${os}-portable.${ext}"
},
"msi": {
Expand Down

0 comments on commit 93f0fa6

Please sign in to comment.