mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
chore: add a package
Makefile target (#1058)
This target would easily allow us to create a package for the application without being wrapped into an installer, which is particularly useful to provide custom builds, or test asar related issues, for example. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
4f621f6ae3
commit
7c50f3e742
3
Makefile
3
Makefile
@ -314,8 +314,11 @@ TARGETS = \
|
||||
info \
|
||||
clean \
|
||||
distclean \
|
||||
package \
|
||||
electron-develop
|
||||
|
||||
package: $(BUILD_DIRECTORY)/$(APPLICATION_NAME)-$(APPLICATION_VERSION)-$(TARGET_PLATFORM)-$(TARGET_ARCH)
|
||||
|
||||
ifeq ($(TARGET_PLATFORM),darwin)
|
||||
electron-installer-app-zip: $(BUILD_OUTPUT_DIRECTORY)/$(APPLICATION_NAME)-$(APPLICATION_VERSION)-$(TARGET_PLATFORM)-$(TARGET_ARCH).zip
|
||||
electron-installer-dmg: $(BUILD_OUTPUT_DIRECTORY)/$(APPLICATION_NAME)-$(APPLICATION_VERSION)-$(TARGET_PLATFORM)-$(TARGET_ARCH).dmg
|
||||
|
Loading…
x
Reference in New Issue
Block a user