mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Fix version tag (#622)
This commit is contained in:
parent
577a6e8a57
commit
86bfc44f47
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ build() {
|
|||
|
||||
# build binary
|
||||
destDir="$outputDir/$platform-$arch"
|
||||
ldflags="-X main.apiEndpoint=https://api.getdnote.com -X github.com/dnote/dnote/pkg/server/buildinfo.Version=$version"
|
||||
ldflags="-X main.apiEndpoint=https://api.getdnote.com -X main.versionTag=$version"
|
||||
tags="fts5"
|
||||
|
||||
pushd "$projectDir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue