mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added debug options in package folder for manager
This commit is contained in:
9
manager/scripts/copy-package.bat
Normal file
9
manager/scripts/copy-package.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
echo D|xcopy /Y /S /E .\icons ..\package\manager\icons
|
||||
echo D|xcopy /Y /S /E .\ejs ..\package\manager\ejs
|
||||
echo D|xcopy /Y /S /E .\javascripts ..\package\manager\javascripts
|
||||
echo D|xcopy /Y /S /E .\stylesheets ..\package\manager\stylesheets
|
||||
|
||||
echo F|xcopy /Y /I .\*.* ..\package\manager
|
||||
|
||||
cd ..
|
||||
call node .\scripts\node\set_version_text.js
|
||||
1
manager/scripts/mirror-package.bat
Normal file
1
manager/scripts/mirror-package.bat
Normal file
@@ -0,0 +1 @@
|
||||
nodemon --watch . --exec "./scripts/copy-package"
|
||||
Reference in New Issue
Block a user