Skip to content

Commit 8a16e46

Browse files
author
RIC217
committedMar 21, 2023
Patching build_production.sh again
1 parent 0d83708 commit 8a16e46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎build_production.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
mkdir bin && rm -r bin && mkdir bin
1+
if [ -f "bin" ]; then
2+
rm -r bin
3+
fi
4+
mkdir bin
25
v -prod -skip-unused -cflags -Os . -o bin/RealTimeWebChatInV_linux_amd64 & v -prod -skip-unused -cflags -Os -os windows . -o bin/RealTimeWebChatInV_windows_amd64.exe
36
du bin/RealTimeWebChatInV_*
47
strip -s bin/RealTimeWebChatInV_*

0 commit comments

Comments
 (0)
Please sign in to comment.