Skip to content
Snippets Groups Projects
Commit f8514eac authored by dxtwjb's avatar dxtwjb
Browse files

Update packager

Filetype changed to .plasmoid because that's what the file loader is
looking for.
Take the version number directly from the metadata.
parent 48573b50
Branches
Tags
No related merge requests found
*.zip
*.plasmoid
/build/
/*.kdev4
*~
#!/bin/bash
METADATA="package/metadata.desktop"
VERSION=$(grep "X-KDE-PluginInfo-Version" $METADATA | sed 's/.*=//')
cd package
zip -r ../Luna-II-ver.zip *
zip -r ../Luna-II-${VERSION}.plasmoid *
cd ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment