mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaking Makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
678aef7809
commit
53fe308fe8
@ -179,6 +179,9 @@ INSTALL_PATH ?=
|
||||
APP_PATH ?= ig
|
||||
ICON_PATH ?=
|
||||
|
||||
# XXX not sure about these yet...
|
||||
INSTALL_PATH ?= $(shell pwd)
|
||||
APP_LAUNCHER ?= $(INSTALL_PATH)/ig.js gui
|
||||
|
||||
VERSION_FALLBACK ?= 4.0.0a
|
||||
# NOTE: we are not using './ig --version 2> /dev/null' because it will
|
||||
@ -713,9 +716,7 @@ $(BUILD_INFO): $(CSS_FILES) $(NODE_DIR) $(PROJECT_FILES) \
|
||||
%.css: %.less
|
||||
$(LESSC) $< > $@
|
||||
|
||||
|
||||
# XXX get this from the install path...
|
||||
$(APP_NAME).desktop: APP_LAUNCHER := $(shell pwd)/ig.js gui
|
||||
$(APP_NAME).desktop: templates/App.desktop
|
||||
cat $< \
|
||||
| sed 's#\$$LAUNCHER#$(APP_LAUNCHER)#' \
|
||||
|
||||
831
Viewer/package-lock.json
generated
831
Viewer/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=ImageGrid.Viewer
|
||||
Comment=Image sorting and editing application
|
||||
Comment=Image sorting and editing
|
||||
Categories=Graphics;Database;Viewer;Photography;
|
||||
Exec=$LAUNCHER
|
||||
Icon=
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user