mirror of
https://github.com/syncthing/syncthing-macos.git
synced 2026-06-16 12:04:33 +00:00
Bundle syncthing v1.14.0
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.13.1-1</string>
|
||||
<string>1.14.0-1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>101300101</string>
|
||||
<string>101400001</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
|
||||
SYNCTHING_VERSION="1.13.1"
|
||||
SYNCTHING_VERSION="1.14.0"
|
||||
SYNCTHING_DIST_URL="https://github.com/syncthing/syncthing/releases/download"
|
||||
SYNCTHING_TARBALL_URL="${SYNCTHING_DIST_URL}/v${SYNCTHING_VERSION}/syncthing-macos-universal-v${SYNCTHING_VERSION}.zip"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user