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 @@
@echo off
echo Cleaning up old versions..
rmdir \s \q "..\ProjectMakoto\bin\x64\Debug\net8.0\Plugins\"
mkdir "..\ProjectMakoto\bin\x64\Debug\net8.0\Plugins\"
echo Moving new plugins..
move "*.pmpl" "..\ProjectMakoto\bin\x64\Debug\net8.0\Plugins\"