Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-03-27 12:05:20 +03:00
parent 7e13cb5c6e
commit 0f003f71dd

View File

@ -601,6 +601,8 @@ $(BUILD_DIR)/$(APP_NAME)-%/: $(TARGET_DIR)/$(ELECTRON_DIST) \
# modify the archive in place (electron-specific)... # modify the archive in place (electron-specific)...
# XXX need to take nw/el version part into account... # XXX need to take nw/el version part into account...
# XXX need to setup app icons... # XXX need to setup app icons...
# XXX BUG: this is triggered by older files in $(DIST_DIR), need to make
# the target specific to the currently built version...
$(BUILD_DIR)/$(APP_NAME)-%.in-place.zip: $(TARGET_DIR)/$(ELECTRON_DIST) \ $(BUILD_DIR)/$(APP_NAME)-%.in-place.zip: $(TARGET_DIR)/$(ELECTRON_DIST) \
$(BUILD_DIR)/app.asar $(BUILD_INFO) $(BUILD_DIR)/app.asar $(BUILD_INFO)
cp "$<" "$@.tmp" cp "$<" "$@.tmp"