Skip to content

Commit

Permalink
Build script to prepare zip to upload to e.g.o
Browse files Browse the repository at this point in the history
  • Loading branch information
p91paul committed Jun 18, 2016
1 parent f9415b5 commit 5e7b3d6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
CoverflowAltTab@palatis.blogspot.com.zip
8 changes: 8 additions & 0 deletions 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"
}
6 changes: 6 additions & 0 deletions 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

0 comments on commit 5e7b3d6

Please sign in to comment.