From 481846b73ec9c86b8e6c7ed822fa79b643ebc47a Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Mon, 13 Mar 2023 19:39:32 +0100 Subject: [PATCH] chore: delete useless garbage from previous windows idiots --- Windows Batch Files/Build Aether Legacy.bat | 5 ----- Windows Batch Files/Make Eclipse runs.bat | 5 ----- Windows Batch Files/Setup Decomp Workspace.bat | 5 ----- 3 files changed, 15 deletions(-) delete mode 100644 Windows Batch Files/Build Aether Legacy.bat delete mode 100644 Windows Batch Files/Make Eclipse runs.bat delete mode 100644 Windows Batch Files/Setup Decomp Workspace.bat diff --git a/Windows Batch Files/Build Aether Legacy.bat b/Windows Batch Files/Build Aether Legacy.bat deleted file mode 100644 index 7f8f1f4..0000000 --- a/Windows Batch Files/Build Aether Legacy.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -title Building Aether Legacy.. -cd .. -gradlew build -pause \ No newline at end of file diff --git a/Windows Batch Files/Make Eclipse runs.bat b/Windows Batch Files/Make Eclipse runs.bat deleted file mode 100644 index 5a4e4d7..0000000 --- a/Windows Batch Files/Make Eclipse runs.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -title Making run files, and building Eclipse workspace.. -cd.. -gradlew eclipse -pause \ No newline at end of file diff --git a/Windows Batch Files/Setup Decomp Workspace.bat b/Windows Batch Files/Setup Decomp Workspace.bat deleted file mode 100644 index 1b3d78f..0000000 --- a/Windows Batch Files/Setup Decomp Workspace.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -title Setting up Decomp Workspace.. -cd .. -gradlew setupDecompWorkspace -pause \ No newline at end of file