File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 <string >Syncthing </string >
99 <key >CFBundleExecutable </key >
1010 <string >$(EXECUTABLE_NAME) </string >
11+ <key >CFBundleIconFile </key >
12+ <string >syncthing.icns </string >
1113 <key >CFBundleIdentifier </key >
1214 <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
1315 <key >CFBundleInfoDictionaryVersion </key >
1719 <key >CFBundlePackageType </key >
1820 <string >APPL </string >
1921 <key >CFBundleShortVersionString </key >
20- <string >1.18.4 -1 </string >
22+ <string >1.18.5 -1 </string >
2123 <key >CFBundleVersion </key >
22- <string >101800401 </string >
24+ <string >101800501 </string >
2325 <key >LSApplicationCategoryType </key >
2426 <string >public.app-category.utilities </string >
2527 <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.18.4 "
5+ SYNCTHING_VERSION=" 1.18.5 "
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