mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix #419: upgrade nwjs version to 0.12.3
This commit is contained in:
parent
ba98256a08
commit
c96dde9972
@ -278,7 +278,7 @@ module.exports = function(grunt) {
|
|||||||
nwjs: {
|
nwjs: {
|
||||||
windows : {
|
windows : {
|
||||||
options: {
|
options: {
|
||||||
version : "0.11.5",
|
version : "0.12.3",
|
||||||
build_dir: './dest/desktop/', // destination folder of releases.
|
build_dir: './dest/desktop/', // destination folder of releases.
|
||||||
win: true,
|
win: true,
|
||||||
linux32: true,
|
linux32: true,
|
||||||
@ -289,8 +289,7 @@ module.exports = function(grunt) {
|
|||||||
macos : {
|
macos : {
|
||||||
options: {
|
options: {
|
||||||
osx64: true,
|
osx64: true,
|
||||||
// had performance issues with 0.11.5 on mac os, need to test new versions/new hardware
|
version : "0.12.3",
|
||||||
version : "0.10.5",
|
|
||||||
build_dir: './dest/desktop/'
|
build_dir: './dest/desktop/'
|
||||||
},
|
},
|
||||||
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
||||||
|
Loading…
Reference in New Issue
Block a user