Skip to content

Commit

Permalink
Updated build script to add the '-timppath' property
Browse files Browse the repository at this point in the history
  • Loading branch information
iDigitalFlame committed Sep 10, 2019
1 parent b14b25b commit 869d0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ if [ $? -ne 0 ]; then
fi

printf "Building...\n"
bash -c "cd scoreboard; packr2; go build -o \"$o\" cmd/scoreboard/main.go; packr2 clean"
bash -c "cd scoreboard; packr2; go build -trimpath -o \"$o\" cmd/scoreboard/main.go; packr2 clean"
printf "Done!\n"

0 comments on commit 869d0ef

Please sign in to comment.