mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 21:14:37 +03:00
chore: move updater
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user