refactor: Initial release

This commit is contained in:
Mira 2025-01-27 17:17:53 +01:00
commit 9505750e29
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
447 changed files with 41522 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/bin/bash
echo "Cleaning up old versions.."
rm -rf "../ProjectMakoto/bin/x64/Debug/net8.0/Plugins/"
mkdir -p "../ProjectMakoto/bin/x64/Debug/net8.0/Plugins/"
echo "Moving new plugins.."
mv *.pmpl "../ProjectMakoto/bin/x64/Debug/net8.0/Plugins/"