mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
some tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
903cec53c0
commit
6306a48f0e
@ -624,9 +624,11 @@ $(BUILD_INFO): $(CSS_FILES) $(NODE_DIR) $(PROJECT_FILES) \
|
||||
@echo "electron: $(ELECTRON_VERSION)" | tee -a "$@"
|
||||
|
||||
|
||||
version.js: package.json
|
||||
version.js: package.json version.js.tpl
|
||||
cat version.js.tpl \
|
||||
| sed 's/\$$VERSION/$(APP_VERSION)/' \
|
||||
| sed 's/\$$BUILD/$(DATE)/' \
|
||||
| sed 's/\$$COMMIT/$(COMMIT)/' \
|
||||
> version.js
|
||||
|
||||
|
||||
|
||||
@ -4,6 +4,11 @@
|
||||
* do not edit directly.
|
||||
* Edit version.js.tpl instead.
|
||||
*
|
||||
* Build: $BUILD
|
||||
* Commit: $COMMIT
|
||||
*
|
||||
* NOTE: the build/commit data is of the time the version.js was built
|
||||
* but may not be the current/latest...
|
||||
*
|
||||
**********************************************************************/
|
||||
((typeof define)[0]=='u'?function(f){module.exports=f(require)}:define)
|
||||
@ -24,4 +29,4 @@ module.version = '$VERSION'
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* vim:set ts=4 sw=4 : */ return module })
|
||||
* vim:set ts=4 sw=4 ft=javascript : */ return module })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user