mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
feat(repo): add scripts (#533)
This commit is contained in:
parent
cf4ecbc1f7
commit
e449e6885d
1
open_cmd_prompt.bat
Normal file
1
open_cmd_prompt.bat
Normal file
@ -0,0 +1 @@
|
||||
start cmd.exe
|
1
scripts/fix_recursive.bat
Normal file
1
scripts/fix_recursive.bat
Normal file
@ -0,0 +1 @@
|
||||
git submodule update --init
|
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
premake5 vs2019
|
||||
premake5 vs2022
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
PAUSE
|
||||
)
|
1
scripts/open_vs.bat
Normal file
1
scripts/open_vs.bat
Normal file
@ -0,0 +1 @@
|
||||
start BigBaseV2.sln
|
1
scripts/switch_master_update.bat
Normal file
1
scripts/switch_master_update.bat
Normal file
@ -0,0 +1 @@
|
||||
git checkout master && call update_repo.bat
|
1
scripts/update_repo.bat
Normal file
1
scripts/update_repo.bat
Normal file
@ -0,0 +1 @@
|
||||
git pull && git submodule update
|
Loading…
Reference in New Issue
Block a user