WireGuardApp: add CrowdIn syncer and run it
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
curl -Lo - https://crowdin.com/backend/download/project/wireguard.zip | bsdtar -C Sources/WireGuardApp -x -f - --strip-components 3 wireguard-apple
|
||||
find Sources/WireGuardApp/*.lproj -type f -empty -delete
|
||||
find Sources/WireGuardApp/*.lproj -type d -empty -delete
|
||||
git add Sources/WireGuardApp/*.lproj
|
||||
Reference in New Issue
Block a user