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