mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
experimenting with make + minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bf66b217c2
commit
29c090298f
@ -191,6 +191,16 @@ win64-dist: win64 $(DIST_DIR)
|
||||
zip -r $(WIN_DIST_ZIP) $(WIN_BUILD_DIR)
|
||||
|
||||
|
||||
win64-ext:
|
||||
./targets/nwjs-shell-builder/nwjs-build.sh \
|
||||
--src=./ \
|
||||
--output-dir=./build/ \
|
||||
--name=ImageGrid.Viewer \
|
||||
--target="3" \
|
||||
--version="1.0.0" \
|
||||
--nw=0.14.3 \
|
||||
--build
|
||||
|
||||
|
||||
# nwjs mac
|
||||
# XXX BUG: rebuilding without cleaning will mess up folders...
|
||||
|
||||
@ -2153,7 +2153,11 @@ var BrowserPrototype = {
|
||||
//this.update(options.path || this.path || '/')
|
||||
// XXX is this the right way to go???
|
||||
setTimeout(function(){
|
||||
that.update(options.path || that.path || '/') }, 0)
|
||||
that.update(options.path || that.path || '/')
|
||||
|
||||
// in case we have a manually selected item but not aligned...
|
||||
that.selected && that.select()
|
||||
}, 0)
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user