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