Skip to content

Commit

Permalink
prepare to release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Apr 9, 2019
1 parent fd2a59c commit 10361ac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slippi-desktop-app",
"productName": "Slippi Desktop App",
"version": "1.4.2-dev",
"version": "1.4.2",
"description": "Slippi Desktop App for browsing and playing replays.",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down Expand Up @@ -53,6 +53,7 @@
"package.json"
],
"dmg": {
"artifactName": "Slippi-Launcher-${version}.${ext}",
"icon": "./resources/icon.icns",
"contents": [
{
Expand Down Expand Up @@ -92,7 +93,7 @@
"requestedExecutionLevel": "highestAvailable"
},
"nsis": {
"artifactName": "slippi-desktop-setup-${version}.${ext}",
"artifactName": "Slippi-Launcher-Setup-${version}.${ext}",
"perMachine": true,
"include": "./build/installer.nsh"
},
Expand All @@ -103,6 +104,9 @@
],
"category": "Development"
},
"appImage": {
"artifactName": "Slippi-Launcher-${version}-x86_64.${ext}"
},
"directories": {
"buildResources": "resources",
"output": "release"
Expand Down

0 comments on commit 10361ac

Please sign in to comment.