mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
now makefile can run...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8db38b9e94
commit
2ecc8dbc21
@ -298,10 +298,19 @@ electron-unpacked: $(BUILD_DIR)/$(APP_NAME)-$$(VERSION)-$(TARGET_OS)-$(ARCH)/
|
||||
#electron-inst: $(DIST_DIR)/$(APP_NAME)-$(VERSION)-$(TARGET_OS)-$(ARCH).msi
|
||||
|
||||
|
||||
.PHONY: electron-run
|
||||
electron-run: dev
|
||||
electron .
|
||||
|
||||
|
||||
.PHONY: web
|
||||
web: $(DIST_DIR)/$(APP_NAME)-$(VERSION)-web.zip
|
||||
|
||||
|
||||
.PHONY: run
|
||||
run: electron-run
|
||||
|
||||
|
||||
.PHONY: dist
|
||||
dist: test-electron-dist
|
||||
#dist: electron-dist
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user