Skip to content

Commit 5a56132

Browse files
committed
fix LOADER7VC path typo
1 parent 3e4c454 commit 5a56132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: g++ -static -o Y2K38Patcher.exe patches/Y2K38Patcher/Y2K38Patcher/Y2K38Patcher.cpp
6565

6666
- name: Compile LOADER7VC
67-
run: g++ -static -o LOADER7VC.exe tools/LOADER7VC/LOADER7VC.cpp -lversion -lshlwapi
67+
run: g++ -static -o LOADER7VC.exe tools/LOADER7VC/LOADER7VC/LOADER7VC.cpp -lversion -lshlwapi
6868

6969
- name: Compile IMGConverter
7070
run: pyinstaller --onefile --distpath . tools/IMGConverter/IMGConverter.py

0 commit comments

Comments
 (0)