From 6185cfc811702a0fcdd3472cb0e3b76e6da18243 Mon Sep 17 00:00:00 2001 From: esimov Date: Wed, 6 Mar 2024 12:58:45 +0200 Subject: [PATCH] build: update to v1.0.3 --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 37b5894..cf22d00 100644 --- a/build.sh +++ b/build.sh @@ -35,7 +35,6 @@ if [ "$1" == "package" ]; then rm -rf packages/ package "Windows" "windows" "amd64" package "Mac" "darwin" "amd64" - package "Linux" "linux" "amd64" exit fi @@ -61,4 +60,4 @@ if [ "$NOCOPY" != "1" ]; then fi # build and store objects into original directory. -go build -ldflags "-X main.Version=$VERSION" -o "$OD/cloth-physics" ./... \ No newline at end of file +go build -ldflags "-X main.Version=$VERSION" -o "$OD/cloth-physics" ./...