Skip to content

Commit

Permalink
Zip the contents of package, not the package directory
Browse files Browse the repository at this point in the history
Update version to 2.0.1, and add script to build the zip.
  • Loading branch information
wwjjbb committed Feb 13, 2017
1 parent 4df1d17 commit 1de389a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.zip
5 changes: 5 additions & 0 deletions mkzip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

cd package
zip -r ../Luna-II-ver.zip *
cd ..
2 changes: 2 additions & 0 deletions package/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version 2.0.1 (2017-02-11)
- zip now now contains the content of the package directory
version 2.0 (2016-12-01)
- modified to be a Plasma 5 plasmoid
version 1.4 (2013-05-16):
Expand Down
2 changes: 1 addition & 1 deletion package/metadata.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ X-Plasma-DefaultSize=100,100
X-KDE-PluginInfo-Author=Bill Binder
X-KDE-PluginInfo-Email=dxtwjb@gmail.com
X-KDE-PluginInfo-Name=org.kde.userbase.plasma.luna-ii
X-KDE-PluginInfo-Version=2.0
X-KDE-PluginInfo-Version=2.0.1
X-KDE-PluginInfo-Website=http://userbase.kde.org/Plasma
X-KDE-PluginInfo-Category=Astronomy
X-KDE-PluginInfo-Depends=
Expand Down

0 comments on commit 1de389a

Please sign in to comment.