chore: fix typo in Makefile (#1562)

This is a change that should have been made in #1543
This commit is contained in:
Andrew Scheller 2017-07-03 21:26:10 +01:00 committed by Juan Cruz Viotti
parent 7af66c4911
commit 20ca03496f

View File

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