mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix #687 - use normal flavor for nwjs apps
This commit is contained in:
parent
f2b733c91e
commit
e6a65c0db4
@ -319,7 +319,8 @@ module.exports = function(grunt) {
|
|||||||
build_dir: './dest/desktop/', // destination folder of releases.
|
build_dir: './dest/desktop/', // destination folder of releases.
|
||||||
win: true,
|
win: true,
|
||||||
linux32: true,
|
linux32: true,
|
||||||
linux64: true
|
linux64: true,
|
||||||
|
flavor: "normal",
|
||||||
},
|
},
|
||||||
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
||||||
},
|
},
|
||||||
@ -328,7 +329,8 @@ module.exports = function(grunt) {
|
|||||||
downloadUrl: 'https://dl.nwjs.io/',
|
downloadUrl: 'https://dl.nwjs.io/',
|
||||||
osx64: true,
|
osx64: true,
|
||||||
version : "0.19.4",
|
version : "0.19.4",
|
||||||
build_dir: './dest/desktop/'
|
build_dir: './dest/desktop/',
|
||||||
|
flavor: "normal",
|
||||||
},
|
},
|
||||||
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user