Skip to content

Commit

Permalink
v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Mar 14, 2020
1 parent a0e56fb commit 6e3a606
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist: trusty
language: node_js
node_js: "10"

matrix:
jobs:
include:
- name: "macOS + Win Portable"
os: osx
Expand All @@ -17,8 +17,9 @@ matrix:
script:
- electron-builder -w --x64 --publish=always
- electron-builder -w --ia32 --publish=always -c.productName='Blockbench_32bit'
provider: releases
file: dist/win-unpacked/resources/app.asar
deploy:
provider: releases
file: dist/win-unpacked/resources/app.asar

- name: "Linux"
os: linux
Expand Down

0 comments on commit 6e3a606

Please sign in to comment.