mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 21:26:38 +00:00
osx(package) Build without --asar
This change fixes the following issues: - https://github.com/resin-io/herostratus/issues/17 - https://github.com/resin-io/herostratus/issues/18
This commit is contained in:
parent
1b04b56d85
commit
fef79c6143
1
Makefile
1
Makefile
@ -8,7 +8,6 @@ release/Herostratus-darwin-x64: .
|
|||||||
--arch=x64 \
|
--arch=x64 \
|
||||||
--version=$(ELECTRON_VERSION) \
|
--version=$(ELECTRON_VERSION) \
|
||||||
--ignore="$(ELECTRON_IGNORE)" \
|
--ignore="$(ELECTRON_IGNORE)" \
|
||||||
--asar \
|
|
||||||
--icon="assets/icon.icns" \
|
--icon="assets/icon.icns" \
|
||||||
--overwrite \
|
--overwrite \
|
||||||
--out=release/
|
--out=release/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user