Skip to content

Commit 1d27258

Browse files
committed
chores: rename dir launcher to run
1 parent e9f2dd6 commit 1d27258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tasks.register<Copy>("runServer") {
4040
val launcherRepo = "https://raw.githubusercontent.com/AllayMC/AllayLauncher/refs/heads/main/scripts"
4141
val cmdWin = "Invoke-Expression (Invoke-WebRequest -Uri \"${launcherRepo}/install_windows.ps1\").Content"
4242
val cmdLinux = "wget -qO- ${launcherRepo}/install_linux.sh | bash"
43-
val cwd = layout.buildDirectory.file("launcher").get().asFile.apply { mkdirs() }
43+
val cwd = layout.buildDirectory.file("run").get().asFile.apply { mkdirs() }
4444

4545
val shadowJar = tasks.named("shadowJar", ShadowJar::class).get()
4646
from(shadowJar.archiveFile.get().asFile)

0 commit comments

Comments
 (0)