diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-11 21:53:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-12 10:05:00 +0100 |
commit | 9db5ab64cf0c1189250c1f37d92b75cdf5be5777 (patch) | |
tree | 1ddcddd5f5dfb8074dcdb831b4e78435502c8dd6 /contrib/translation-stub.sh | |
parent | 31d9768413199f388c216d92d9db5158ce8785cf (diff) |
contrib: remove some old stuff
Diffstat (limited to 'contrib/translation-stub.sh')
-rw-r--r-- | contrib/translation-stub.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/translation-stub.sh b/contrib/translation-stub.sh deleted file mode 100644 index bb5ed51d..00000000 --- a/contrib/translation-stub.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -build_dir=build-msvc15 - -set -e - -dir="$(dirname -- "$0")" -cd "$dir/.." - -pushd "./$build_dir" >/dev/null -cmake --build . --target i18n >/dev/null -popd >/dev/null - -rel="$(git describe --tag --alw)" - -rm -f "$rel" -find . -wholename "?*/lang/stub.ts" | zip -q9 "$build_dir/$rel-i18n-stub.zip" -@ |