Skip to content

Commit

Permalink
🍱 Update nw.js to v0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Dec 21, 2021
1 parent f2420e4 commit 4c2e4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "nwjs",
"request": "launch",
"name": "Launch ct.js",
"nwjsVersion": "0.53.1",
"nwjsVersion": "0.59.0",
"runtimeArgs": [
"--nwapp=${workspaceFolder}/app"
],
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const path = require('path'),
*/
const nwSource = void 0;
const nwManifest = void 0;
const nwVersion = '0.53.1',
const nwVersion = '0.59.0',
platforms = ['osx64', 'win32', 'win64', 'linux32', 'linux64'],
nwFiles = ['./app/**', '!./app/export/**', '!./app/projects/**', '!./app/exportDesktop/**', '!./app/cache/**', '!./app/.vscode/**', '!./app/JamGames/**'];

Expand Down

0 comments on commit 4c2e4bb

Please sign in to comment.