Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaiwarner committed Feb 20, 2019
1 parent 8bccf5b commit 280216f
Show file tree
Hide file tree
Showing 3 changed files with 2,959 additions and 2,959 deletions.
2 changes: 1 addition & 1 deletion bin/build-multi
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ docker run --rm -ti \
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine \
/bin/bash -c "uname -a && npm install && npm run build && npm run dist:multi"
/bin/bash -c "uname -a && npm install && npm run dist:multi"
Loading

0 comments on commit 280216f

Please sign in to comment.