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" ./...