zhangwei 3 жил өмнө
parent
commit
66c24078ca

+ 2 - 1
cmd/foot_build.bat

@@ -1 +1,2 @@
-go build -o ./out/chfoot.exe ./chfoot 
+cd ..
+go build -o out\chfoot.exe .\chfoot 

+ 3 - 0
cmd/foot_build_and_run.bat

@@ -0,0 +1,3 @@
+cd ..
+go build -o out\chfoot.exe .\chfoot 
+out\chfoot.exe --cfgpath=foot-cfg\foot_main.cfg

+ 2 - 0
cmd/foot_run.bat

@@ -0,0 +1,2 @@
+cd ..
+out\chfoot.exe --cfgpath=foot-cfg\foot_main.cfg