Skip to content

Commit dd42b29

Browse files
committed
task updated
1 parent 84aa099 commit dd42b29

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/tasks.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@
1616
]
1717
},{
1818
"taskName": "release",
19-
"isBuildCommand": true,
2019
"suppressTaskName": true,
2120
"args": [
2221
"\"cd pkg & npm run release\""
2322
]
23+
},{
24+
"taskName": "run",
25+
"isBuildCommand": true,
26+
"suppressTaskName": true,
27+
"args": [
28+
"\"cd pkg\\dist\\win-ia32-unpacked & Automint.exe\""
29+
]
2430
}]
2531
}

0 commit comments

Comments
 (0)