mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
chore: move updater
This commit is contained in:
@@ -16,7 +16,7 @@ mkdir -p $DEST
|
||||
export CGO_ENABLED=0
|
||||
|
||||
#### Go: updater ####
|
||||
pushd updater
|
||||
pushd go/cmd/updater
|
||||
[ "$GOOS" == "darwin" ] || go build -o $DEST -trimpath -ldflags "-w -s"
|
||||
[ "$GOOS" == "linux" ] && mv $DEST/updater $DEST/launcher || true
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user