mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Rename Linux binary to "etcher" (#282)
The capital letter is not very user friendly for command line people. Fixes: https://github.com/resin-io/etcher/issues/278 Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
2e75b7f2bb
commit
e1742859e1
2
Makefile
2
Makefile
@ -53,6 +53,7 @@ etcher-release/Etcher-linux-x86: .
|
||||
--overwrite \
|
||||
--out=$(dir $@)
|
||||
mv $(dir $@)Etcher-linux-ia32 $@
|
||||
mv $@/Etcher $@/etcher
|
||||
|
||||
etcher-release/Etcher-linux-x64: .
|
||||
$(ELECTRON_PACKAGER) . $(APPLICATION_NAME) \
|
||||
@ -65,6 +66,7 @@ etcher-release/Etcher-linux-x64: .
|
||||
--build-version="$(ETCHER_VERSION)" \
|
||||
--overwrite \
|
||||
--out=$(dir $@)
|
||||
mv $@/Etcher $@/etcher
|
||||
|
||||
etcher-release/Etcher-win32-x86: .
|
||||
$(ELECTRON_PACKAGER) . $(APPLICATION_NAME) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user