This commit is contained in:
JannisX11 2019-01-09 16:19:12 +01:00 committed by GitHub
parent 18ae8580bc
commit 086be48cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -9,13 +9,9 @@ matrix:
- name: "macOS"
os: osx
- name: "Windows 64"
- name: "Windows"
os: osx
script: build -w --x64 --publish=always
- name: "Windows 32"
os: osx
script: build -w --ia32 --publish=always
script: build -w --x64 --publish=always && build -w --ia32 --publish=always
- name: "Linux"
os: linux

View File

@ -36,7 +36,7 @@
"icon.png"
],
"dmg": {
"artifactName": "${productName}_${version}.${ext}",
"artifactName": "${productName}_${arch}_${version}.${ext}",
"backgroundColor": "#282c34",
"window": {
"x": 200,