Skip to content

Commit ad9f204

Browse files
committed
Update bundeled syncthing to 1.18.5
1 parent 7542436 commit ad9f204

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

syncthing/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
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>
@@ -17,9 +19,9 @@
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>

syncthing/Scripts/syncthing-resource.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -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"
66
SYNCTHING_DIST_URL="https://github.com/syncthing/syncthing/releases/download"
77
SYNCTHING_TARBALL_URL="${SYNCTHING_DIST_URL}/v${SYNCTHING_VERSION}/syncthing-macos-universal-v${SYNCTHING_VERSION}.zip"
88

0 commit comments

Comments
 (0)