aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 10:58:08 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 10:58:08 +0100
commit0b7f531150999eb59efb84fba900a2d63616c3cf (patch)
tree1aaa1885d3d945c5aa0439e2ba6e39fff133f23e
parentMerge pull request #311 from meetfranz/feature/win-64-bit-installer (diff)
parentAdd 64bit build specifically for windows (diff)
downloadferdium-app-0b7f531150999eb59efb84fba900a2d63616c3cf.tar.gz
ferdium-app-0b7f531150999eb59efb84fba900a2d63616c3cf.tar.zst
ferdium-app-0b7f531150999eb59efb84fba900a2d63616c3cf.zip
Merge branch 'feature/win-64-bit-installer' into develop
-rw-r--r--appveyor.yml2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 99dfcf0da..a8e55d25f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,7 +22,7 @@ before_build:
22 - yarn lint 22 - yarn lint
23 23
24build_script: 24build_script:
25 - yarn build 25 - yarn build --x64 --ia32
26 26
27notifications: 27notifications:
28 - provider: Slack 28 - provider: Slack
diff --git a/package.json b/package.json
index bc4d3034e..ac9c96339 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
16 "lint": "eslint src", 16 "lint": "eslint src",
17 "sign": "gulp sign", 17 "sign": "gulp sign",
18 "prebuild": "gulp build", 18 "prebuild": "gulp build",
19 "build": "node_modules/.bin/electron-builder --publish onTag --x64 --ia32", 19 "build": "node_modules/.bin/electron-builder --publish onTag",
20 "rebuild": "node_modules/.bin/electron-rebuild", 20 "rebuild": "node_modules/.bin/electron-rebuild",
21 "precommit": "yarn lint", 21 "precommit": "yarn lint",
22 "commit": "git-cz", 22 "commit": "git-cz",