Merge branch 'master' of github.com:flynx/ImageGrid

This commit is contained in:
Alex A. Naanou 2020-03-03 23:38:26 +03:00
commit cbed3a691b

View File

@ -19,7 +19,7 @@
# https://goo.gl/csQmQo # https://goo.gl/csQmQo
# - Windows # - Windows
# - MSVS -- to build native node modules (sharp) # - MSVS -- to build native node modules (sharp)
# - WiX -- to build the .msi installer # - WiX -- to build the .msi installer (XXX ???)
# - Linux # - Linux
# - macOS # - macOS
# - iOS # - iOS
@ -90,7 +90,7 @@
# ...do we actually need the file:// version working? # ...do we actually need the file:// version working?
# - version.js # - version.js
# - app icons... # - app icons...
# - add a cli-only build # - add a cli-only build target...
# - installers: # - installers:
# - msi (wix) # - msi (wix)
# - deb # - deb
@ -266,8 +266,6 @@ JS_FILES := $(ROOT_JS_FILES) \
$(wildcard $(EXT_LIB_DIR)/*.js) $(wildcard $(EXT_LIB_DIR)/*.js)
INCLUDE_NODE_MODULES = ig-object ig-actions ig-features INCLUDE_NODE_MODULES = ig-object ig-actions ig-features
# XXX do we actually use preact???
#INCLUDE_NODE_MODULES += preact
INCLUDE_NW_NODE_MODULES = app-module-path INCLUDE_NW_NODE_MODULES = app-module-path