Skip to content

Commit

Permalink
try to fix version in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppodelldog committed Mar 25, 2018
1 parent 4186677 commit 3dddb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git checkout $tag

target_folder=".release"
package="github.com/Oppodelldog/droxy"
ldflags=-ldflags="-X version.Number=${tag}"
ldflags=-ldflags="-X github.com/Oppodelldog/droxy/version.Number=${tag}"

package_split=(${package//\// })
package_name=${package_split[-1]}
Expand Down

0 comments on commit 3dddb21

Please sign in to comment.