refactor: Initial release
This commit is contained in:
commit
9505750e29
447 changed files with 41522 additions and 0 deletions
7
OfficialPlugins/move_all.cmd
Normal file
7
OfficialPlugins/move_all.cmd
Normal 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\"
|
||||
Loading…
Add table
Add a link
Reference in a new issue