Skip to content

Commit

Permalink
Mark as 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Jun 16, 2024
1 parent 5e4e602 commit 57016d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .install/facefusion.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 57016d7

Please sign in to comment.