Updated plugin scripts to new structure

Fixed copy scripts for plugins
This commit is contained in:
Pax1601
2024-02-08 22:37:28 +01:00
parent 9e1503c106
commit bc6c70928f
12 changed files with 29 additions and 738 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Control Tip Plugin",
"name": "Database Manager",
"version": "0.0.1",
"description": "This plugin shows useful control tips on the right side of the screen. The tips change dynamically depending on what the user does",
"author": "Peekaboo"
"description": "This plugin allows to edit the unit databases",
"author": "DCSOlympus team"
}

View File

@@ -1,3 +1,5 @@
call ./scripts/copy.bat
echo D|xcopy /Y /S /E .\bin ..\..\build\frontend\bin
echo D|xcopy /Y /S /E .\public ..\..\build\frontend\public
echo D|xcopy /Y /S /E .\routes ..\..\build\frontend\routes