This commit is contained in:
Edith Boles
2025-09-29 00:29:01 -07:00
commit abd35ae800
6 changed files with 997 additions and 0 deletions

17
Makefile Normal file
View File

@@ -0,0 +1,17 @@
.PHONY: all build clean install
all: build
build:
dotnet build
mkdir -p build/EnglishDolphin
cp bin/Debug/netstandard2.1/EnglishDolphin.dll build/EnglishDolphin
cp -R res/ build/EnglishDolphin/
zip EnglishDolphin.zip -r build/EnglishDolphin
clean:
rm -rf build bin obj EnglishDolphin.zip
install: build
rm -r $(HOME)/.local/share/Steam/steamapps/common/いるかにうろこがないわけ/BepInEx/plugins/EnglishDolphin
cp -r build/EnglishDolphin $(HOME)/.local/share/Steam/steamapps/common/いるかにうろこがないわけ/BepInEx/plugins/