Skip to content

Commit 3d3106a

Browse files
author
Yuuki
committed
Update: e130fa7
1 parent e447368 commit 3d3106a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sr/run.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ if [ "$2" = "version_action" ]; then
4444
useBranchesRes=$4
4545
fi
4646

47-
build_game="$useProject/.gradle $useProject/bin $useProject/build $useProject/src/generated"
47+
build_game="$useProject/.gradle $useProject/bin $useProject/build"
48+
# $useProject/src/generated
4849
# $useProject/logs $useProject/resources $useProject/config.json $useProject/plugins
4950

5051
# Version

sr/ver_LunarCore-Private-2.0.0

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8889bc7
1+
e130fa7

0 commit comments

Comments
 (0)