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:
Juan Cruz Viotti 2016-04-11 10:56:07 -04:00
parent 2e75b7f2bb
commit e1742859e1

View File

@ -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) \