Skip to content

Commit

Permalink
Fix typo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mgord9518 committed Oct 2, 2023
1 parent ffb73c1 commit a6df557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ go mod tidy

CGO_ENABLED=0 go build \
-o '../../AppDir/usr/bin' \
--ldflags="-sw -X github.com/mgord9518/aisap.Version=$VERSION"
--ldflags="-s -w -X github.com/mgord9518/aisap.Version=$VERSION"

[ $? -ne 0 ] && exit $?
cd ../..
Expand Down

0 comments on commit a6df557

Please sign in to comment.