Skip to content

Commit 41b7947

Browse files
committed
feat: build windows portable in github action
v1.0.15
1 parent 39cbb48 commit 41b7947

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

electron-builder.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,19 @@
2222
"artifactName": "${productName}-Mac-${version}-Installer.${ext}",
2323
"icon": "./public/icon.icns"
2424
},
25+
"portable": {
26+
"artifactName": "mouseAutomator_portable_${version}.exe"
27+
},
2528
"win": {
2629
"target": [
2730
{
2831
"target": "nsis",
2932
"arch": [
3033
"x64"
3134
]
35+
},
36+
{
37+
"target": "portable"
3238
}
3339
],
3440
"artifactName": "${productName}-Windows-${version}-Setup.${ext}",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mouse-automator",
33
"private": true,
4-
"version": "1.0.14",
4+
"version": "1.0.15",
55
"type": "module",
66
"author": "Terry Chan",
77
"description": "Mouse Automator is a lightweight, user-friendly desktop application designed to automate mouse clicks with ease. Whether you're gaming, testing software, or handling repetitive tasks, Mouse Automator has you covered!",

0 commit comments

Comments
 (0)