mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
scripts: fix wrong package path
This commit is contained in:
committed by
Cuong Manh Le
parent
9d2ea15346
commit
79076bda35
@@ -59,7 +59,7 @@ compress() {
|
||||
build() {
|
||||
goos=$1
|
||||
goarch=$2
|
||||
ldflags="-s -w -X github.com/Windscribe/ctrld/cmd/cli.version="${CI_COMMIT_TAG:-dev}" -X github.com/Windscribe/ctrld/cmd/cli.commit=$(git rev-parse HEAD)"
|
||||
ldflags="-s -w -X github.com/Control-D-Inc/ctrld/cmd/cli.version="${CI_COMMIT_TAG:-dev}" -X github.com/Control-D-Inc/ctrld/cmd/cli.commit=$(git rev-parse HEAD)"
|
||||
|
||||
case $3 in
|
||||
5 | 6 | 7)
|
||||
|
||||
Reference in New Issue
Block a user