We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a000f9 commit ba51307Copy full SHA for ba51307
.install/windows/install.nsi
@@ -17,7 +17,7 @@ InstallDir $PROFILE\faceswap
17
!define wwwConda "https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe"
18
#!define wwwConda "https://repo.anaconda.com/miniconda/Miniconda3-4.5.12-Windows-x86_64.exe"
19
!define wwwRepo "https://github.com/deepfakes/faceswap.git"
20
-
+!define wwwFaceswap "https://www.faceswap.dev"
21
22
# Faceswap Specific
23
!define flagsSetup "--installer"
@@ -306,6 +306,8 @@ Section Install
306
Call SetEnvironment
307
Call SetupFaceSwap
308
Call DesktopShortcut
309
+ ExecShell "open" "${wwwFaceswap}"
310
+ DetailPrint "Visit ${wwwFaceswap} for help and support."
311
SectionEnd
312
313
Function InstallPrerequisites
0 commit comments