Skip to content

Commit

Permalink
Slight installer update
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Feb 22, 2019
1 parent c70fa8a commit 39a0207
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .install/windows/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Function DesktopShortcut
SetOutPath "$INSTDIR"
StrCpy $0 "faceswap_win_launcher.bat"
FileOpen $9 "$INSTDIR\$0" w
FileWrite $9 "$\"$dirConda\scripts\activate.bat$\" && conda activate ${envName} && python $\"$INSTDIR/faceswap.py gui$\"$\r$\n"
FileWrite $9 "$\"$dirConda\scripts\activate.bat$\" && conda activate ${envName} && python $\"$INSTDIR/faceswap.py$\" gui$\r$\n"
FileClose $9
CreateShortCut "$DESKTOP\${envName}.lnk" "$INSTDIR\$0" "" "$INSTDIR\.install\windows\fs_logo_32.ico"
FunctionEnd
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
tqdm
psutil
pathlib
scandir
numpy==1.15.4
opencv-python
scikit-image
Expand Down

0 comments on commit 39a0207

Please sign in to comment.