diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..9275cbd --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env bash + +echo "Building Telegram theme" +zip build.zip colors.tdesktop-theme tiled.png +mv build.zip Darcula.NeonXP.v1.tdesktop-theme |