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