mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
chore: fix typo in Makefile (#1562)
This is a change that should have been made in #1543
This commit is contained in:
parent
7af66c4911
commit
20ca03496f
2
Makefile
2
Makefile
@ -335,7 +335,7 @@ $(BUILD_DIRECTORY)/$(APPLICATION_NAME)-$(APPLICATION_VERSION)-win32-$(TARGET_ARC
|
||||
TARGET_ARCH=$(TARGET_ARCH) $(NPX) build --win portable $(ELECTRON_BUILDER_OPTIONS)
|
||||
|
||||
$(BUILD_DIRECTORY)/$(APPLICATION_NAME)-$(APPLICATION_VERSION)-win32-$(TARGET_ARCH).exe: \
|
||||
| $(BUILD_OUTPUT_DIRECTORY)
|
||||
| $(BUILD_DIRECTORY)
|
||||
TARGET_ARCH=$(TARGET_ARCH) $(NPX) build --win nsis $(ELECTRON_BUILDER_OPTIONS)
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user