We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194b5ff commit 1712fe7Copy full SHA for 1712fe7
1 file changed
.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-win/LOADER7VC/LOADER7VC/LOADER7VC.cpp -lversion -lshlwapi
+ run: g++ -I. -static -o LOADER7VC.exe tools-win/LOADER7VC/LOADER7VC/LOADER7VC.cpp -lversion -lshlwapi
68
69
- name: Compile IMGConverter
70
run: pyinstaller --onefile --distpath . tools/IMGConverter/IMGConverter.py
0 commit comments