Add lib utils

This commit is contained in:
2024-04-17 13:29:18 +02:00
parent 8406e8c22b
commit 4a784a9006
2 changed files with 7 additions and 0 deletions

1
copyLibs.sh Normal file
View File

@@ -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

6
libs.txt Normal file
View File

@@ -0,0 +1,6 @@
0Harmony.dll
Assembly-CSharp.dll
BepInEx.dll
ConfigurationManager.dll
UnityEngine.CoreModule.dll
UnityEngine.dll