https://github.com/luckman212/compile-syncthing-macos
Build script to generate app bundles for syncthing
https://github.com/luckman212/compile-syncthing-macos
macos syncthing
Last synced: 3 months ago
JSON representation
Build script to generate app bundles for syncthing
- Host: GitHub
- URL: https://github.com/luckman212/compile-syncthing-macos
- Owner: luckman212
- Created: 2023-08-16T13:27:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T03:40:04.000Z (over 1 year ago)
- Last Synced: 2025-03-06T05:17:10.097Z (3 months ago)
- Topics: macos, syncthing
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# compile-syncthing-macos
Build script to generate macOS app bundle for Syncthing. See [here](https://github.com/syncthing/syncthing-macos/issues/200).
## Use
1. download `compile-syncthing-macos.sh` and save the script anywhere you like
2. edit the script (optional) to change versions and build dir variables:
```
ST_TAG='v1.23.7'
STM_TAG='v1.23.6-1'
BUILD_DIR="$HOME/Downloads"
```
3. execute the script: `./compile-syncthing-macos.sh`
4. after a couple of minutes, you should end up with a shiny new app bundle.## Notes
I have only used this on a couple of my own personal machines, so limited testing has been done. You should have Homebrew and Xcode installed on your machine for this to work.