update windows installer package scrip to use mingw gcc 11.4

This commit is contained in:
Roy Qu 2023-08-09 20:10:04 +08:00
parent 3a8e434399
commit 9b16e490b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#################################################################### ####################################################################
# Startup # Startup
!define COMPILERNAME \"MinGW-w64 X86_64 GCC 13.1\" !define COMPILERNAME \"MinGW-w64 X86_64 GCC 11.4\"
!define DEVCPP_VERSION \"$${APP_VERSION}\" !define DEVCPP_VERSION \"$${APP_VERSION}\"