1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-27 12:46:22 +01:00

Change dist/ to upload/ in the build tools to be more consistent.

This commit is contained in:
sk89q 2015-07-20 15:21:54 -07:00
parent 7b764241bf
commit 46407b5f67

View File

@ -60,7 +60,7 @@ public class BuildTools {
File launcherDir = new File(baseDir, "staging/launcher");
inputDir = baseDir;
wwwDir = new File(baseDir, "staging/www");
distDir = new File(baseDir, "dist");
distDir = new File(baseDir, "upload");
this.port = port;