aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/set_build_number.sh
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-05-24 20:13:21 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-05-24 20:13:21 +0200
commitd15972d2ce10e05fe072d86d8c7965e0c7fe08ec (patch)
tree8bcff99efd2cfc2b4502c939744e3fc6d13b1b14 /Scripts/set_build_number.sh
parentAdd app icon. (diff)
downloadwireguard-apple-d15972d2ce10e05fe072d86d8c7965e0c7fe08ec.tar.xz
wireguard-apple-d15972d2ce10e05fe072d86d8c7965e0c7fe08ec.zip
Fix casing from Wireguard to WireGuard.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Scripts/set_build_number.sh')
-rwxr-xr-xScripts/set_build_number.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/set_build_number.sh b/Scripts/set_build_number.sh
index 888075a..77451f6 100755
--- a/Scripts/set_build_number.sh
+++ b/Scripts/set_build_number.sh
@@ -12,7 +12,7 @@ for plist in "$target_plist" "$dsym_plist"; do
fi
done
-settings_root_plist="$TARGET_BUILD_DIR/Wireguard.app/Settings.bundle/Root.plist"
+settings_root_plist="$TARGET_BUILD_DIR/WireGuard.app/Settings.bundle/Root.plist"
if [ -f "$settings_root_plist" ]; then
settingsVersion="`agvtool what-marketing-version -terse1`(${number_of_commits})"