mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Fix endpoint (#131)
This commit is contained in:
parent
0d35ee9538
commit
07f6a745cf
1 changed files with 1 additions and 2 deletions
|
|
@ -45,8 +45,7 @@ for os in "${goos[@]}"; do
|
|||
|
||||
goos="$os" goarch="$arch" go build \
|
||||
-o "./release/$filename" \
|
||||
-ldflags "-X main.apiEndpoint=https://api.dnote.io" \
|
||||
-ldflags "-X main.versionTag=$version"
|
||||
-ldflags "-X main.apiEndpoint=https://api.dnote.io -X main.versionTag=$version"
|
||||
|
||||
pushd ./release > /dev/null
|
||||
cp "$filename" dnote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue