-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syncthing: update from 1.22.2 to 1.23.2
- fixed noupgrade install `mee-build():` First `go run build.go` builds all binaries incl. `syncthing` as `[purego]`, ending up in `$S/bin/...` Second `go run build.go -no-upgrade build syncthing` only builds `syncthing` as `[noupgrade]` leaving it in `$S`. So we end up in two different syncthing binaries. `mee_install()` used to fix that, but 941adb2 silently dropped the fix.
- Loading branch information
Showing
1 changed file
with
10 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters