We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f06371 commit 0a6700aCopy full SHA for 0a6700a
.github/workflows/windows.yml
@@ -60,6 +60,9 @@ jobs:
60
- name: Compile SetupPatcher
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
65
+
66
- name: Compile IMGConverter
67
run: pyinstaller --onefile --distpath . tools/IMGConverter/IMGConverter.py
68
@@ -108,4 +111,5 @@ jobs:
108
111
CTRKViewer.exe
109
112
PLAViewer.exe
110
113
SetupPatcher.exe
114
+ Y2K38Patcher.exe
115
# DEV7Monitor.exe
0 commit comments