From 57016d7c778c70f58fc54c49013d57179874a505 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sun, 16 Jun 2024 20:56:34 +0200 Subject: [PATCH] Mark as 2.6.1 --- .install/facefusion.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.install/facefusion.nsi b/.install/facefusion.nsi index e0d53a68..f840f877 100644 --- a/.install/facefusion.nsi +++ b/.install/facefusion.nsi @@ -5,8 +5,8 @@ RequestExecutionLevel admin ManifestDPIAware true -Name 'FaceFusion 2.6.0' -OutFile 'FaceFusion_2.6.0.exe' +Name 'FaceFusion 2.6.1' +OutFile 'FaceFusion_2.6.1.exe' !define MUI_ICON 'facefusion.ico' @@ -91,7 +91,7 @@ Section 'Download Your Copy' DetailPrint 'Download Your Copy' 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 Section 'Setup Your Environment'