mirror of
https://github.com/moparisthebest/mail
synced 2024-11-14 05:05:10 -05:00
rename build bundle
This commit is contained in:
parent
441ec3e4ca
commit
3fdd2a4e1a
@ -211,10 +211,10 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
|
|
||||||
compress: {
|
compress: {
|
||||||
chrome: {
|
main: {
|
||||||
options: {
|
options: {
|
||||||
mode: 'zip',
|
mode: 'zip',
|
||||||
archive: 'release/whiteout_mail_' + zipName + '.zip'
|
archive: 'release/whiteout-mail_' + zipName + '.zip'
|
||||||
},
|
},
|
||||||
expand: true,
|
expand: true,
|
||||||
cwd: 'dist/',
|
cwd: 'dist/',
|
||||||
@ -226,7 +226,7 @@ module.exports = function(grunt) {
|
|||||||
nodewebkit: {
|
nodewebkit: {
|
||||||
options: {
|
options: {
|
||||||
version: '0.9.2', // node-webkit version
|
version: '0.9.2', // node-webkit version
|
||||||
build_dir: './release', // Where the build version of my node-webkit app is saved
|
build_dir: './release/node-webkit/', // Where the build version of my node-webkit app is saved
|
||||||
mac: true, // We want to build it for mac
|
mac: true, // We want to build it for mac
|
||||||
win: false, // We want to build it for win
|
win: false, // We want to build it for win
|
||||||
linux32: false, // We don't need linux32
|
linux32: false, // We don't need linux32
|
||||||
|
Loading…
Reference in New Issue
Block a user