From 32a29f16d2607f19dd7155507727512d18a329b5 Mon Sep 17 00:00:00 2001 From: yellow-sky Date: Wed, 23 Mar 2016 14:06:57 +0300 Subject: [PATCH] File build script --- build_pack.sh | 3 +++ src/metadata.txt | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build_pack.sh b/build_pack.sh index 15d41c9..20b717d 100755 --- a/build_pack.sh +++ b/build_pack.sh @@ -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 diff --git a/src/metadata.txt b/src/metadata.txt index c15f733..5fdc86d 100644 --- a/src/metadata.txt +++ b/src/metadata.txt @@ -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