Skip to content

Commit

Permalink
Rollback NWJS to 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tentone committed Dec 9, 2018
1 parent 9a0bfc5 commit 3c68477
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@
"outputPattern": "${NAME}_${VERSION}_${PLATFORM}_${ARCH}",
"ffmpegIntegration": true,
"packed": true,
"nwVersion": "stable",
"nwFlavor": "normal",
"nwVersion": "0.34.0",
"nwFlavor": "sdk",
"targets": [
"zip"
"zip",
"7z"
],
"excludes": [
"node_modules",
"package-lock.json"
],
"strippedProperties": [
Expand All @@ -69,7 +71,7 @@
"productName": "nunuStudio",
"companyName": "tentone",
"copyright": "MIT",
"icon": "./source/files/icon.ico",
"icon": "source/files/icon.ico",
"versionStrings": {}
},
"mac": {
Expand Down

0 comments on commit 3c68477

Please sign in to comment.