mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Change node webkit releases location, ignore unecessary files.
This commit is contained in:
parent
db6dff0564
commit
8eb0374351
@ -191,13 +191,13 @@ module.exports = function(grunt) {
|
||||
},
|
||||
nodewebkit: {
|
||||
options: {
|
||||
build_dir: './build', // destination folder of releases.
|
||||
build_dir: './dest/desktop/', // destination folder of releases.
|
||||
mac: true,
|
||||
win: true,
|
||||
linux32: true,
|
||||
linux64: true
|
||||
},
|
||||
src: ['./**/*']
|
||||
src: ['./dest/**/*', "./package.json", "!./dest/desktop/"]
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user