File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 99
1010---
1111
12- Download current release: https://github.com/egandro/nicassa-scriptpatch-tool-ui/releases/download/1.0.0/nicassa-scriptpatch-tool.1.0.0-win32-x64.zip
12+ # Current release
13+
14+ * Win64 (Setup): https://github.com/egandro/nicassa-scriptpatch-tool-ui/releases/download/1.0.1/nicassa-scriptpatch-tool%20Setup%201.0.1.exe
Original file line number Diff line number Diff line change 1010 " portable"
1111 ]
1212 },
13+ "nsis" : {
14+ "oneClick" : false
15+ },
1316 "mac" : {
1417 "icon" : " dist/favicon" ,
1518 "target" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " nicassa-scriptpatch-tool-ui" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Electron based tool for patching SQL (or similar) files generated by tools like PowerDesigner" ,
55 "homepage" : " https://github.com/egandro/nicassa-generator" ,
66 "author" :
" Harald Fielker <[email protected] >" ,
2929 "electron:prod" : " npm run build:prod && electron ./dist" ,
3030 "electron:linux" : " npm run build:prod && npx electron-builder build --linux" ,
3131 "electron:windows" : " npm run build:prod && npx electron-builder build --windows" ,
32+ "electron:windowsnsis" : " npm run build:prod && npx electron-builder build --windows nsis" ,
3233 "electron:mac" : " npm run build:prod && npx electron-builder build --mac" ,
3334 "test" : " karma start ./karma.conf.js" ,
3435 "pree2e" : " webdriver-manager update --standalone false --gecko false --quiet && npm run build" ,
8283 "css-loader" : " 0.28.7" ,
8384 "cssnano" : " 3.10.0" ,
8485 "electron" : " 1.7.12" ,
85- "electron-builder" : " 19.45.4 " ,
86+ "electron-builder" : " 19.56.0 " ,
8687 "electron-reload" : " 1.2.1" ,
8788 "exports-loader" : " 0.6.4" ,
8889 "file-loader" : " 1.1.5" ,
You can’t perform that action at this time.
0 commit comments