Oslandia / QGeoloGIS

Migrated to: https://gitlab.com/Oslandia/qgis/QGeoloGIS
GNU General Public License v2.0
28 stars 6 forks source link

Fix Makefile to create a correct zip archive usable by QGIS #48

Closed lbartoletti closed 4 years ago

lbartoletti commented 4 years ago

Makefile doesn't create a correct zip to install it from QGIS. There is no root "QGeoloGIS"

@mhugo I suggest to deploy a clean package to QGIS3 plugin path and zip this directory. So the workflow will be make deploy and make zip (was before make zip and make deploy)

mhugo commented 4 years ago

Good idea, thanks