Skip to content

Commit

Permalink
Merge branch 'staging' of https://github.com/deepfakes/faceswap into …
Browse files Browse the repository at this point in the history
…staging
  • Loading branch information
torzdf committed May 10, 2019
2 parents feef24c + cecdac3 commit c7b128a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .install/windows/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ InstallDir $PROFILE\faceswap

# Download sites
!define wwwGit "https://github.com/git-for-windows/git/releases/download/v2.20.1.windows.1/Git-2.20.1-64-bit.exe"
!define wwwConda "https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe"

# Latest miniconda appears to be broken when activating environment. Currently pinned to older version
#!define wwwConda "https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe"
!define wwwConda "https://repo.anaconda.com/miniconda/Miniconda3-4.5.12-Windows-x86_64.exe"
!define wwwRepo "https://github.com/deepfakes/faceswap.git"


Expand Down

0 comments on commit c7b128a

Please sign in to comment.