mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
be349ea90e
commit
3b9ca219c9
@ -159,10 +159,11 @@ chrome-app: $(APP_ZIP) $(CHROME_APP_BUILD_DIR)
|
|||||||
# XXX include exiftool...
|
# XXX include exiftool...
|
||||||
# XXX include scripts/utils???
|
# XXX include scripts/utils???
|
||||||
win64: $(APP_ZIP) $(WIN_BUILD_DIR)
|
win64: $(APP_ZIP) $(WIN_BUILD_DIR)
|
||||||
|
rm -rf $(WIN_BUILD_DIR)
|
||||||
unzip -u targets/nwjs/nwjs-*-win-x64.zip \
|
unzip -u targets/nwjs/nwjs-*-win-x64.zip \
|
||||||
-d $(WIN_BUILD_DIR)
|
-d $(WIN_BUILD_DIR)
|
||||||
mv $(WIN_BUILD_DIR)/nwjs*win-x64/* $(WIN_BUILD_DIR)/
|
mv -uf $(WIN_BUILD_DIR)/nwjs*win-x64/* $(WIN_BUILD_DIR)/
|
||||||
rm -rf $(WIN_BUILD_DIR)/nwjs*/
|
rm -rf $(WIN_BUILD_DIR)/nwjs*/
|
||||||
cat $(APP_ZIP) >> $(WIN_BUILD_DIR)/nw.exe
|
cat $(APP_ZIP) >> $(WIN_BUILD_DIR)/nw.exe
|
||||||
mv $(WIN_BUILD_DIR)/nw.exe $(WIN_BUILD_DIR)/$(APP_NAME).exe
|
mv $(WIN_BUILD_DIR)/nw.exe $(WIN_BUILD_DIR)/$(APP_NAME).exe
|
||||||
chmod +x $(WIN_BUILD_DIR)/*.{exe,dll}
|
chmod +x $(WIN_BUILD_DIR)/*.{exe,dll}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user