File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
---
11
11
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 10
10
" portable"
11
11
]
12
12
},
13
+ "nsis" : {
14
+ "oneClick" : false
15
+ },
13
16
"mac" : {
14
17
"icon" : " dist/favicon" ,
15
18
"target" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nicassa-scriptpatch-tool-ui" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Electron based tool for patching SQL (or similar) files generated by tools like PowerDesigner" ,
5
5
"homepage" : " https://github.com/egandro/nicassa-generator" ,
6
6
"author" :
" Harald Fielker <[email protected] >" ,
29
29
"electron:prod" : " npm run build:prod && electron ./dist" ,
30
30
"electron:linux" : " npm run build:prod && npx electron-builder build --linux" ,
31
31
"electron:windows" : " npm run build:prod && npx electron-builder build --windows" ,
32
+ "electron:windowsnsis" : " npm run build:prod && npx electron-builder build --windows nsis" ,
32
33
"electron:mac" : " npm run build:prod && npx electron-builder build --mac" ,
33
34
"test" : " karma start ./karma.conf.js" ,
34
35
"pree2e" : " webdriver-manager update --standalone false --gecko false --quiet && npm run build" ,
82
83
"css-loader" : " 0.28.7" ,
83
84
"cssnano" : " 3.10.0" ,
84
85
"electron" : " 1.7.12" ,
85
- "electron-builder" : " 19.45.4 " ,
86
+ "electron-builder" : " 19.56.0 " ,
86
87
"electron-reload" : " 1.2.1" ,
87
88
"exports-loader" : " 0.6.4" ,
88
89
"file-loader" : " 1.1.5" ,
You can’t perform that action at this time.
0 commit comments