From 5c590489da208dfe63b0a6bd29665e7ca5f14c35 Mon Sep 17 00:00:00 2001 From: RedBigz Date: Wed, 12 Jun 2024 18:15:52 +1000 Subject: [PATCH] Add README Fixer --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 58ea2c0..cc05b72 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ mkdir -p .build/BepInEx/plugins cp buildResources/* .build +cp README.md .build +sed -i -e "s/img\//https\:\/\/git.redbigz.com\/SpookTube\/SpookTubeEX\/media\/branch\/main\/img\//g" .build/README.md dotnet build -c release cp -r bin/Release/net472/com.redbigz.SpookTubeEX.dll .build/BepInEx/plugins jar -cf SpookTubeEX.zip -C .build/ . \ No newline at end of file