diff --git a/build/Build.cs b/build/Build.cs index ab759f1f..a1f9b88b 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -268,7 +268,7 @@ class Build : NukeBuild Target PreparePackInstallerGithub => _ => _.Executes(() => { - GitTasks.Git("clone https://github.com/MakesYT/ModernInstaller.git --single-branch --depth 1", + GitTasks.Git("clone http://github.com/MakesYT/ModernInstaller.git --single-branch --depth 1", RootDirectory,new Dictionary() { {"GIT_CLONE_PROTECTION_ACTIVE","false"}