We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a6007 commit c8c0b16Copy full SHA for c8c0b16
syncthing/Info.plist
@@ -19,7 +19,7 @@
19
<key>CFBundlePackageType</key>
20
<string>APPL</string>
21
<key>CFBundleShortVersionString</key>
22
- <string>2.0.0-rc.16+1</string>
+ <string>2.0.0-rc.21+1</string>
23
<key>CFBundleVersion</key>
24
<string>200000001</string>
25
<key>LSApplicationCategoryType</key>
syncthing/Scripts/syncthing-resource.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
4
# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
5
-SYNCTHING_VERSION="2.0.0-rc.16"
+SYNCTHING_VERSION="2.0.0-rc.21"
6
SYNCTHING_DIST_URL="https://github.com/syncthing/syncthing/releases/download"
7
SYNCTHING_TARBALL_URL="${SYNCTHING_DIST_URL}/v${SYNCTHING_VERSION}/syncthing-macos-universal-v${SYNCTHING_VERSION}.zip"
8
0 commit comments