Skip to content

Commit

Permalink
build: update to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov committed Mar 6, 2024
1 parent ad31c33 commit 6185cfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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" ./...
go build -ldflags "-X main.Version=$VERSION" -o "$OD/cloth-physics" ./...

0 comments on commit 6185cfc

Please sign in to comment.