Skip to content

Commit 231014f

Browse files
author
Harald Fielker
committed
1.0.1 (added setup)
1 parent 9fb446b commit 231014f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
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

electron-builder.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"portable"
1111
]
1212
},
13+
"nsis": {
14+
"oneClick": false
15+
},
1316
"mac": {
1417
"icon": "dist/favicon",
1518
"target": [

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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]>",
@@ -29,6 +29,7 @@
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",
@@ -82,7 +83,7 @@
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",

0 commit comments

Comments
 (0)