Update template with latest tools; Add install batch file for easy usage with VSCode addon
This commit is contained in:
6
template/install.bat
Normal file
6
template/install.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
echo off
|
||||
set dst_name=JabyEngine-PSX_Game
|
||||
set dst="%APPDATA%\Code\User\ProjectTemplates\%dst_name%"
|
||||
|
||||
mkdir %dst%
|
||||
xcopy /s %dst_name% %dst%
|
||||
Reference in New Issue
Block a user