mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
fix(build): do not build osx32 for now
This commit is contained in:
parent
f84ab1068f
commit
9927ea5753
@ -271,7 +271,7 @@ module.exports = function(grunt) {
|
||||
*/
|
||||
|
||||
nwjs: {
|
||||
run : {
|
||||
run: {
|
||||
options: {
|
||||
version : "0.65.0",
|
||||
buildDir: './dest/desktop/', // destination folder of releases.
|
||||
@ -280,12 +280,12 @@ module.exports = function(grunt) {
|
||||
files: './dest/prod/**/*',
|
||||
},
|
||||
},
|
||||
build : {
|
||||
build: {
|
||||
options: {
|
||||
version : "0.65.0",
|
||||
buildDir: './dest/desktop/', // destination folder of releases.
|
||||
flavor: "normal",
|
||||
platforms: ['linux', 'osx', 'win'],
|
||||
platforms: ['linux', 'osx64', 'win'],
|
||||
files: './dest/prod/**/*',
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user