Skip to content

Commit

Permalink
File build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yellow-sky committed Mar 23, 2016
1 parent 7a9a979 commit 32a29f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ rm -R $BUILD_DIR/$PLUGIN_NAME/groups_contrib
cd $BUILD_DIR
VER=`grep "version=" ./$PLUGIN_NAME/metadata.txt | sed 's/version=//'`

# Compile resources
pyrcc4 -o ./$PLUGIN_NAME/resources_rc.py ./$PLUGIN_NAME/resources.qrc

#Zip dir
#zip -9 -r $PLUGIN_NAME"_"$VER.zip ./$PLUGIN_NAME
zip -9 -r $PLUGIN_NAME.zip ./$PLUGIN_NAME
Expand Down
4 changes: 3 additions & 1 deletion src/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ about=Convenient list of basemaps. Easy to add as a layer, easy to create new ba
# Optional items:

# Uncomment the following line and add your changelog:
changelog=0.16.1
changelog=0.16.2:
* Fix build scripts
0.16.1:
* Fix visibility management on MacOS
0.16:
* Convenient forms for adding, editing, removing services or groups
Expand Down

0 comments on commit 32a29f1

Please sign in to comment.