mirror of https://github.com/docker/docs.git
Build Linux to dist
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
parent
dc8b360455
commit
e78f745329
|
|
@ -55,7 +55,6 @@ module.exports = function (grunt) {
|
||||||
platform: 'darwin',
|
platform: 'darwin',
|
||||||
arch: 'x64',
|
arch: 'x64',
|
||||||
asar: true,
|
asar: true,
|
||||||
'app-bundle-id': 'com.kitematic.kitematic',
|
|
||||||
'app-version': packagejson.version
|
'app-version': packagejson.version
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -63,7 +62,7 @@ module.exports = function (grunt) {
|
||||||
options: {
|
options: {
|
||||||
name: LINUX_APPNAME,
|
name: LINUX_APPNAME,
|
||||||
dir: 'build/',
|
dir: 'build/',
|
||||||
out: 'dist/linux/',
|
out: 'dist',
|
||||||
version: packagejson['electron-version'],
|
version: packagejson['electron-version'],
|
||||||
platform: 'linux',
|
platform: 'linux',
|
||||||
arch: 'x64',
|
arch: 'x64',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue