File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >1.29.6 -1 </string >
22+ <string >1.29.7 -1 </string >
2323 <key >CFBundleVersion </key >
24- <string >102900601 </string >
24+ <string >102900701 </string >
2525 <key >LSApplicationCategoryType </key >
2626 <string >public.app-category.utilities </string >
2727 <key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
5- SYNCTHING_VERSION=" 1.29.6 "
5+ SYNCTHING_VERSION=" 1.29.7 "
66SYNCTHING_DIST_URL=" https://github.com/syncthing/syncthing/releases/download"
77SYNCTHING_TARBALL_URL=" ${SYNCTHING_DIST_URL} /v${SYNCTHING_VERSION} /syncthing-macos-universal-v${SYNCTHING_VERSION} .zip"
88
You can’t perform that action at this time.
0 commit comments