File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ IF "%1"=="assets-test" (
8
8
git submodule update --init --recursive --remote
9
9
cd game/assets
10
10
git remote add upstream git@ gitlab.com:sdslabs/rootex-assets.git
11
+ cd ../..
11
12
)
12
13
IF " %1 " == " assets-game" (
13
14
git submodule deinit -f game/assets
@@ -18,6 +19,7 @@ IF "%1"=="assets-game" (
18
19
git submodule update --init --recursive --remote
19
20
cd game/assets
20
21
git remote add upstream git@ gitlab.com:sdslabs/rootex-game.git
22
+ cd ../..
21
23
)
22
24
23
25
IF " %1 " == " assets-custom" (
@@ -27,4 +29,5 @@ IF "%1"=="assets-custom" (
27
29
git config --file=.gitmodules submodule.assets.url %2
28
30
git config --file=.gitmodules submodule.assets.branch main
29
31
git submodule update --init --recursive --remote
30
- )
32
+ cd ../..
33
+ )
You can’t perform that action at this time.
0 commit comments