mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Updated plugin scripts to new structure
Fixed copy scripts for plugins
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user