From 18c422101b649c428411e2904c4048acfd8add6c Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Fri, 25 Apr 2025 03:41:09 +0300 Subject: [PATCH] Remove obsolete installation and removal scripts --- build/install.bat | 3 --- build/remove.bat | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 build/install.bat delete mode 100644 build/remove.bat diff --git a/build/install.bat b/build/install.bat deleted file mode 100644 index f050ed3..0000000 --- a/build/install.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -START /WAIT bridge.exe --install - diff --git a/build/remove.bat b/build/remove.bat deleted file mode 100644 index 565203a..0000000 --- a/build/remove.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -START /WAIT bridge.exe --uninstall -