We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae12bb commit f170dc7Copy full SHA for f170dc7
.github/workflows/windows.yml
@@ -61,7 +61,7 @@ jobs:
61
run: g++ -static -o SetupPatcher.exe patches/SetupPatcher/SetupPatcher/SetupPatcher.cpp
62
63
- name: Compile Y2K38Patcher
64
- run: g++ -static -o SetupPatcher.exe patches/Y2K38Patcher/Y2K38Patcher/Y2K38Patcher.cpp
+ run: g++ -static -o Y2K38Patcher.exe patches/Y2K38Patcher/Y2K38Patcher/Y2K38Patcher.cpp
65
66
- name: Compile IMGConverter
67
run: pyinstaller --onefile --distpath . tools/IMGConverter/IMGConverter.py
0 commit comments