Skip to content

Commit 17e62a3

Browse files
committed
fixed dependencies
1 parent 37a40ad commit 17e62a3

File tree

5 files changed

+4
-188
lines changed

5 files changed

+4
-188
lines changed

.github/workflows/t5de.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build Installer
6969
uses: joncloud/[email protected]
7070
with:
71-
script-file: "./scripts/install.nsi"
71+
script-file: "./build-scripts/install.nsi"
7272

7373
- name: Upload Artifact
7474
uses: actions/[email protected]

requirements.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
setuptools==44.1.1
21
autogui==0.1.8
32
requests==2.27.1
4-
xdis @ git+https://github.com/rocky/[email protected]
5-
uncompyle6 @ git+https://github.com/rocky/[email protected]
6-
typing==3.10.0.0
3+
xdis
4+
uncompyle6
5+
typing==3.10.0.0

scripts/decompile.py

-46
This file was deleted.

scripts/install.nsi

-137
This file was deleted.

scripts/t5de.ico

-150 KB
Binary file not shown.

0 commit comments

Comments
 (0)