mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
v2.3.2
This commit is contained in:
parent
18ae8580bc
commit
086be48cf1
@ -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
|
||||
|
@ -36,7 +36,7 @@
|
||||
"icon.png"
|
||||
],
|
||||
"dmg": {
|
||||
"artifactName": "${productName}_${version}.${ext}",
|
||||
"artifactName": "${productName}_${arch}_${version}.${ext}",
|
||||
"backgroundColor": "#282c34",
|
||||
"window": {
|
||||
"x": 200,
|
||||
|
Loading…
Reference in New Issue
Block a user