chore: move updater

This commit is contained in:
arm64v8a
2022-11-21 09:42:17 +09:00
parent 62c236f0d5
commit 2ba18f5f1b
9 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ mkdir -p $DEST
export CGO_ENABLED=0 export CGO_ENABLED=0
#### Go: updater #### #### Go: updater ####
pushd updater pushd go/cmd/updater
[ "$GOOS" == "darwin" ] || go build -o $DEST -trimpath -ldflags "-w -s" [ "$GOOS" == "darwin" ] || go build -o $DEST -trimpath -ldflags "-w -s"
[ "$GOOS" == "linux" ] && mv $DEST/updater $DEST/launcher || true [ "$GOOS" == "linux" ] && mv $DEST/updater $DEST/launcher || true
popd popd