From f52ee64ff3b8cc8efc1a17025adac81879e0ad2c Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Tue, 23 Jul 2024 22:20:35 +0200 Subject: [PATCH] Remove copy lib script --- copyLibs.sh | 1 - libs.txt | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 copyLibs.sh delete mode 100644 libs.txt diff --git a/copyLibs.sh b/copyLibs.sh deleted file mode 100644 index e828291..0000000 --- a/copyLibs.sh +++ /dev/null @@ -1 +0,0 @@ -for lib in $(cat libs.txt); do find 'C:\Games\Against.the.Storm.v1.0.2r' -name "$lib" | sed 's|\\|/|g' | xargs -I% -- cp '%' .; done diff --git a/libs.txt b/libs.txt deleted file mode 100644 index 02f19f0..0000000 --- a/libs.txt +++ /dev/null @@ -1,6 +0,0 @@ -0Harmony.dll -Assembly-CSharp.dll -BepInEx.dll -ConfigurationManager.dll -UnityEngine.CoreModule.dll -UnityEngine.dll \ No newline at end of file