Skip to content

Commit

Permalink
Update Build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
MahBoiDeveloper authored Oct 21, 2024
1 parent a6e2882 commit 1cbae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rmdir /s /q build > nul 2> nul
:: Make link to the MinGW x64 v8.1.0 due to install-qt-action limitations
mkdir C:\Qt\Tools > nul
mklink C:\Qt\Tools\mingw810_64 C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64 > nul
tree C:\Qt\Tools
tree C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64
set PATH=%PATH%;C:\Qt;C:\Qt\5.15.2\mingw81_64\bin;C:\Qt\Tools\mingw810_64\bin;C:\Qt\Tools\mingw810_64

echo Generals Zero Hour Hotkeys editor
Expand Down

0 comments on commit 1cbae63

Please sign in to comment.