Skip to content

Commit 5c4f5b2

Browse files
authored
fix: do not overwrite config files when building (#2163)
1 parent 58ed9b7 commit 5c4f5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
git submodule update --init --recursive
44
pushd 3rd/luamake
5-
./compile/install.sh
5+
./compile/build.sh
66
popd
77
./3rd/luamake/luamake rebuild

0 commit comments

Comments
 (0)