Browse Source

开启bat脚本

hexiaojie 5 months ago
parent
commit
8e2938ad89

+ 13 - 13
GameClient/Assets/Editor/Bat/commitGame.bat

@@ -1,15 +1,15 @@
-@REM cd ../../Res
-@REM svn add . --force
-@REM svn ci -m "���û��ύ"
+cd ../../Res
+svn add . --force
+svn ci -m "���û��ύ"
 
-@REM cd ../Game/CSShare
-@REM git add .
-@REM git commit -am "���û��ύ"
-@REM git pull
-@REM git push
+cd ../Game/CSShare
+git add .
+git commit -am "���û��ύ"
+git pull
+git push
 
-@REM cd ../../../../
-@REM git add .
-@REM git commit -am "���û��ύ"
-@REM git pull
-@REM git push
+cd ../../../../
+git add .
+git commit -am "���û��ύ"
+git pull
+git push

+ 4 - 4
GameClient/Assets/Editor/Bat/updateArtRes.bat

@@ -1,4 +1,4 @@
-@REM echo %1
-@REM cd ../../../../../../gfg/%1
-@REM svn cleanup
-@REM svn up --force --accept tc
+echo %1
+cd ../../../../../../gfg/%1
+svn cleanup
+svn up --force --accept tc

+ 2 - 2
GameClient/Assets/Editor/Bat/updateExcel.bat

@@ -1,2 +1,2 @@
-@REM cd ../../../../../../gfg/tools/Config/
-@REM svn up --force --accept tc
+cd ../../../../../../gfg/tools/Config/
+svn up --force --accept tc

+ 10 - 10
GameClient/Assets/Editor/Bat/updateGame.bat

@@ -1,11 +1,11 @@
-@REM cd ../../../../
-@REM git clean -df
-@REM git reset --hard
-@REM git status
-@REM git pull
+cd ../../../../
+git clean -df
+git reset --hard
+git status
+git pull
 
-@REM cd GameClient/Assets/Game/CSShare
-@REM git clean -df
-@REM git reset --hard
-@REM git status
-@REM git pull
+cd GameClient/Assets/Game/CSShare
+git clean -df
+git reset --hard
+git status
+git pull

+ 3 - 3
GameClient/Assets/Editor/Bat/updateGameRes.bat

@@ -1,3 +1,3 @@
-@REM cd ../../../Assets/Res
-@REM svn cleanup
-@REM svn up --force --accept tc
+cd ../../../Assets/Res
+svn cleanup
+svn up --force --accept tc