We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4c454 commit 5a56132Copy full SHA for 5a56132
.github/workflows/windows.yml
@@ -64,7 +64,7 @@ jobs:
64
run: g++ -static -o Y2K38Patcher.exe patches/Y2K38Patcher/Y2K38Patcher/Y2K38Patcher.cpp
65
66
- name: Compile LOADER7VC
67
- run: g++ -static -o LOADER7VC.exe tools/LOADER7VC/LOADER7VC.cpp -lversion -lshlwapi
+ run: g++ -static -o LOADER7VC.exe tools/LOADER7VC/LOADER7VC/LOADER7VC.cpp -lversion -lshlwapi
68
69
- name: Compile IMGConverter
70
run: pyinstaller --onefile --distpath . tools/IMGConverter/IMGConverter.py
0 commit comments