Fix casing from Wireguard to WireGuard.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts
2018-05-24 20:13:21 +02:00
parent 5d3f97133d
commit d15972d2ce
18 changed files with 76 additions and 70 deletions
+1 -1
View File
@@ -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})"