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:
parent
7b764241bf
commit
46407b5f67
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user