Skip to content

Commit ba51307

Browse files
committed
Installer: Pop faceswap.dev on installer completion
1 parent 9a000f9 commit ba51307

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.install/windows/install.nsi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ InstallDir $PROFILE\faceswap
1717
!define wwwConda "https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe"
1818
#!define wwwConda "https://repo.anaconda.com/miniconda/Miniconda3-4.5.12-Windows-x86_64.exe"
1919
!define wwwRepo "https://github.com/deepfakes/faceswap.git"
20-
20+
!define wwwFaceswap "https://www.faceswap.dev"
2121

2222
# Faceswap Specific
2323
!define flagsSetup "--installer"
@@ -306,6 +306,8 @@ Section Install
306306
Call SetEnvironment
307307
Call SetupFaceSwap
308308
Call DesktopShortcut
309+
ExecShell "open" "${wwwFaceswap}"
310+
DetailPrint "Visit ${wwwFaceswap} for help and support."
309311
SectionEnd
310312

311313
Function InstallPrerequisites

0 commit comments

Comments
 (0)