From 4a784a9006cf0ef09d675c17a2ca574c417af54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Majdand=C5=BEi=C4=87?= Date: Wed, 17 Apr 2024 13:29:18 +0200 Subject: [PATCH] Add lib utils --- copyLibs.sh | 1 + libs.txt | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 copyLibs.sh create mode 100644 libs.txt diff --git a/copyLibs.sh b/copyLibs.sh new file mode 100644 index 0000000..e828291 --- /dev/null +++ b/copyLibs.sh @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..02f19f0 --- /dev/null +++ b/libs.txt @@ -0,0 +1,6 @@ +0Harmony.dll +Assembly-CSharp.dll +BepInEx.dll +ConfigurationManager.dll +UnityEngine.CoreModule.dll +UnityEngine.dll \ No newline at end of file