Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
update repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Apr 11, 2021
1 parent 66a5b35 commit 1bea99d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions installer/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,15 @@ int main(string[] args)
"--init", "--recursive"], ["dub", "upgrade"],
["dub", "build", "--compiler=" ~ winCompiler, "--combined", "--build=release"]]))
return 1;
if (dcd && !dubInstall!(false, true)("DCD", "https://github.com/Hackerpilot/DCD.git",
if (dcd && !dubInstall!(false, true)("DCD", "https://github.com/dlang-community/DCD.git",
[".\\dcd-client.exe", ".\\dcd-server.exe"], [["dub", "upgrade"], ["dub", "build", "--build=release",
"--config=client"], ["dub", "build", "--build=release", "--config=server"]]))
return 1;
if (dscanner && !dubInstall("Dscanner", "https://github.com/Hackerpilot/Dscanner.git",
if (dscanner && !dubInstall("Dscanner", "https://github.com/dlang-community/Dscanner.git",
[".\\bin\\dscanner.exe"], [["git", "submodule", "update", "--init",
"--recursive"], ["cmd", "/c", "build.bat"]]))
return 1;
if (dfmt && !dubInstall("dfmt", "https://github.com/Hackerpilot/dfmt.git", [".\\dfmt.exe"]))
if (dfmt && !dubInstall("dfmt", "https://github.com/dlang-community/dfmt.git", [".\\dfmt.exe"]))
return 1;
}
else
Expand All @@ -214,14 +214,14 @@ int main(string[] args)
else if (!dubInstall("workspace-d",
"https://github.com/Pure-D/workspace-d.git", ["./workspace-d"]))
return 1;
if (dcd && !dubInstall!(false, true)("DCD", "https://github.com/Hackerpilot/DCD.git",
if (dcd && !dubInstall!(false, true)("DCD", "https://github.com/dlang-community/DCD.git",
["./dcd-client", "./dcd-server"], [["dub", "upgrade"], ["dub", "build", "--build=release",
"--config=client"], ["dub", "build", "--build=release", "--config=server"]]))
return 1;
if (dscanner && !dubInstall("Dscanner", "https://github.com/Hackerpilot/Dscanner.git",
if (dscanner && !dubInstall("Dscanner", "https://github.com/dlang-community/Dscanner.git",
["./bin/dscanner"], [["git", "submodule", "update", "--init", "--recursive"], ["make"]]))
return 1;
if (dfmt && !dubInstall("dfmt", "https://github.com/Hackerpilot/dfmt.git", ["./dfmt"]))
if (dfmt && !dubInstall("dfmt", "https://github.com/dlang-community/dfmt.git", ["./dfmt"]))
return 1;
}
writeln();
Expand Down

0 comments on commit 1bea99d

Please sign in to comment.