minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-01-23 05:56:02 +03:00
parent ca36eef78d
commit 45cb279a4f
2 changed files with 5 additions and 6 deletions

View File

@ -59,7 +59,7 @@
# - build an unpacked electron app dir # - build an unpacked electron app dir
# NOTE: this builds to a different directory than # NOTE: this builds to a different directory than
# app-dir-* # app-dir-*
# electron-insr - build electron app installer (XXX not implemented) # electron-inst - build electron app installer (XXX not implemented)
# electron-run - run the electron distribution in-place # electron-run - run the electron distribution in-place
# #
# #
@ -72,7 +72,7 @@
# TARGET_OS - target OS (win32, linux, darwin) # TARGET_OS - target OS (win32, linux, darwin)
# #
# ELECTRON_DOWNOAD_URL # ELECTRON_DOWNOAD_URL
# - URL to download electron pinary # - URL to download electron binary
# ELECTRON_DIST - electron distribution file name pattern # ELECTRON_DIST - electron distribution file name pattern
# BUILD_MODE - can be "repack" or "in-place" (default) # BUILD_MODE - can be "repack" or "in-place" (default)
# #
@ -335,7 +335,7 @@ web: $(DIST_DIR)/$(APP_NAME)-$(VERSION)-web.zip
.PHONY: electron-dist .PHONY: electron-dist
electron-dist: VERSION := $(VERSION)-el electron-dist: VERSION := $(VERSION)-el
electron-dist: DIST := $(DIST_DIR)/$(APP_NAME)-$(VERSION)-$(TARGET_OS)-$(ARCH).zip electron-dist: DIST := $(DIST_DIR)/$(APP_NAME)-$(VERSION)-$(TARGET_OS)-$(ARCH).zip
electron-dist: $(DIST) electron-dist: $$(DIST)
# add a time stamp to version... # add a time stamp to version...
@ -428,7 +428,6 @@ $(BUILD_INFO): $(CSS_FILES) $(NODE_DIR) $(PROJECT_FILES) \
# @touch "$@" # @touch "$@"
#$(NODE_DIR):
$(NODE_DIR): package.json $(NODE_DIR): package.json
npm install npm install
electron-rebuild electron-rebuild

View File

@ -940,8 +940,8 @@ var FileSystemLoaderUIActions = actions.Actions({
// the given path (no UI) while .browsePath(..) will load the // the given path (no UI) while .browsePath(..) will load the
// UI in all cases but will treat the given path as a base path // UI in all cases but will treat the given path as a base path
// to start from. // to start from.
browseIndex: ['File/Load index...', makeBrowseProxy('loadIndex')], browseIndex: ['- File/Load index...', makeBrowseProxy('loadIndex')],
browseImages: ['File/Load images...', makeBrowseProxy('loadImages')], browseImages: ['- File/Load images...', makeBrowseProxy('loadImages')],
browseSubIndexes: ['File/List sub-indexes...', browseSubIndexes: ['File/List sub-indexes...',
widgets.makeUIDialog(function(){ widgets.makeUIDialog(function(){