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 19
19
<key >CFBundlePackageType </key >
20
20
<string >APPL </string >
21
21
<key >CFBundleShortVersionString </key >
22
- <string >1.29.2-2 </string >
22
+ <string >1.29.6-1 </string >
23
23
<key >CFBundleVersion </key >
24
- <string >102900202 </string >
24
+ <string >102900601 </string >
25
25
<key >LSApplicationCategoryType </key >
26
26
<string >public.app-category.utilities </string >
27
27
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change 2
2
set -euo pipefail
3
3
4
4
# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
5
- SYNCTHING_VERSION=" 1.29.2 "
5
+ SYNCTHING_VERSION=" 1.29.6 "
6
6
SYNCTHING_DIST_URL=" https://github.com/syncthing/syncthing/releases/download"
7
7
SYNCTHING_TARBALL_URL=" ${SYNCTHING_DIST_URL} /v${SYNCTHING_VERSION} /syncthing-macos-universal-v${SYNCTHING_VERSION} .zip"
8
8
You can’t perform that action at this time.
0 commit comments