Merge tag '9.1' into evan-goode/merge-9.0

This commit is contained in:
Evan Goode 2024-10-26 17:54:34 -04:00
commit 95af313f49
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ set(Launcher_FMLLIBS_BASE_URL "https://files.prismlauncher.org/fmllibs/" CACHE S
######## Set version numbers ########
set(Launcher_VERSION_MAJOR 9)
set(Launcher_VERSION_MINOR 0)
set(Launcher_VERSION_MINOR 1)
set(Launcher_VERSION_PATCH 0)
set(Launcher_VERSION_NAME "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_PATCH}")

View File

@ -57,7 +57,7 @@ Section "Visual Studio Runtime"
Pop $0
${If} $0 == "OK"
DetailPrint "Download successful"
ExecWait "$INSTDIR\vc_redist\$vc_redist_exe /install /passive /norestart\"
ExecWait "$INSTDIR\vc_redist\$vc_redist_exe /install /passive /norestart"
${Else}
DetailPrint "Download failed with error $0"
${EndIf}