From 9db5ab64cf0c1189250c1f37d92b75cdf5be5777 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Feb 2018 21:53:12 +0100 Subject: contrib: remove some old stuff --- contrib/translation-stub.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 contrib/translation-stub.sh (limited to 'contrib/translation-stub.sh') 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" -@ -- cgit v1.2.3