Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Commit 98e3072

Browse files
ToasterUwUToasterUwU
authored andcommitted
1.3.2 Bug fixing and dependency updates
1 parent 4ec13e9 commit 98e3072

File tree

7 files changed

+5113
-150
lines changed

7 files changed

+5113
-150
lines changed

.vscode/tasks.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
{
22
"version": "2.0.0",
33
"tasks": [
4+
{
5+
"label": "Pyinstaller: Compile Script",
6+
"type": "process",
7+
"command": "pyinstaller.exe",
8+
"args": [
9+
"anti-scalp.pyw",
10+
"--noconfirm"
11+
],
12+
"presentation": {
13+
"reveal": "always",
14+
"echo": false
15+
}
16+
},
417
{
518
"label": "Inno Setup: Compile Script",
619
"type": "process",
720
"command": "ISCC.exe",
821
"args": [
9-
"${file}"
22+
"installer-conf.iss"
1023
],
1124
"presentation": {
1225
"reveal": "always",
@@ -15,7 +28,8 @@
1528
"group": {
1629
"kind": "build",
1730
"isDefault": true
18-
}
31+
},
32+
"dependsOn": "Pyinstaller: Compile Script"
1933
}
2034
]
2135
}

0 commit comments

Comments
 (0)