mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
added electron-rebuild to makefile....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5bb6f2a72c
commit
e973404c7d
@ -157,7 +157,7 @@ clean:
|
||||
|
||||
|
||||
cleanall: clean
|
||||
$(RM) $(DIST_DIR) $(TARGET_DIR)
|
||||
$(RM) $(DIST_DIR) $(TARGET_DIR) $(NODE_DIR)
|
||||
|
||||
|
||||
electron-dist: $(DIST_DIR)/$(APP_NAME)-$(TARGET_OS)-$(ARCH).zip
|
||||
@ -187,6 +187,7 @@ $(BUILD_DATE): $(CSS_FILES) $(NODE_DIR) $(PROJECT_FILES) \
|
||||
# XXX need to make this arch/os specific for cross compiling...
|
||||
$(NODE_DIR):
|
||||
npm install
|
||||
electron-rebuild
|
||||
|
||||
|
||||
# build app dir...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user