Mark as 2.6.1

This commit is contained in:
henryruhs 2024-06-16 20:56:34 +02:00
parent 5e4e6028b9
commit 57016d7c77

View File

@ -5,8 +5,8 @@
RequestExecutionLevel admin RequestExecutionLevel admin
ManifestDPIAware true ManifestDPIAware true
Name 'FaceFusion 2.6.0' Name 'FaceFusion 2.6.1'
OutFile 'FaceFusion_2.6.0.exe' OutFile 'FaceFusion_2.6.1.exe'
!define MUI_ICON 'facefusion.ico' !define MUI_ICON 'facefusion.ico'
@ -91,7 +91,7 @@ Section 'Download Your Copy'
DetailPrint 'Download Your Copy' DetailPrint 'Download Your Copy'
RMDir /r $INSTDIR RMDir /r $INSTDIR
nsExec::Exec '$LOCALAPPDATA\Programs\Git\cmd\git.exe clone https://github.com/facefusion/facefusion --branch 2.6.0 .' nsExec::Exec '$LOCALAPPDATA\Programs\Git\cmd\git.exe clone https://github.com/facefusion/facefusion --branch 2.6.1 .'
SectionEnd SectionEnd
Section 'Setup Your Environment' Section 'Setup Your Environment'