diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a2e590 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +CoverflowAltTab@palatis.blogspot.com.zip diff --git a/CoverflowAltTab@palatis.blogspot.com/metadata.json b/CoverflowAltTab@palatis.blogspot.com/metadata.json new file mode 100644 index 0000000..0a10f52 --- /dev/null +++ b/CoverflowAltTab@palatis.blogspot.com/metadata.json @@ -0,0 +1,8 @@ +{ + "cinnamon-version": ["1.2", "1.4", "1.6", "1.8", "1.9", "2.0", "2.1", "2.2", "2.3", "2.4", "2.8", "3.0"], + "shell-version": ["3.4", "3.6", "3.8", "3.10", "3.12", "3.14", "3.16", "3.18", "3.20"], + "uuid": "CoverflowAltTab@palatis.blogspot.com", + "name": "Coverflow Alt-Tab", + "description": "Replacement of Alt-Tab, iterates through windows in a cover-flow manner.", + "url": "https://github.com/dmo60/CoverflowAltTab" +} diff --git a/buildforupload.sh b/buildforupload.sh new file mode 100755 index 0000000..9f0f7ab --- /dev/null +++ b/buildforupload.sh @@ -0,0 +1,6 @@ +#!/bin/bash +rm -rf CoverflowAltTab@palatis.blogspot.com.zip +cd CoverflowAltTab@dmo60.de/ +zip -r ../CoverflowAltTab@palatis.blogspot.com.zip * +cd ../CoverflowAltTab@palatis.blogspot.com +zip ../CoverflowAltTab@palatis.blogspot.com.zip metadata.json