RELEASE
This commit is contained in:
parent
0edaace3ec
commit
57bfbaa5b2
@ -6,10 +6,10 @@ Congratulations! You just built a plugin for QGIS!<br/><br />
|
|||||||
|
|
||||||
<div id='help' style='font-size:.9em;'>
|
<div id='help' style='font-size:.9em;'>
|
||||||
Your plugin <b>Pegelonline</b> was created in:<br>
|
Your plugin <b>Pegelonline</b> was created in:<br>
|
||||||
<b>~/PycharmProjects/pegelonline</b>
|
<b>/home/katrin/PycharmProjects/pegelonline</b>
|
||||||
<p>
|
<p>
|
||||||
Your QGIS plugin directory is located at:<br>
|
Your QGIS plugin directory is located at:<br>
|
||||||
<b>~/.local/share/QGIS/QGIS3/profiles/default/python/plugins</b>
|
<b>/home/katrin/.local/share/QGIS/QGIS3/profiles/default/python/plugins</b>
|
||||||
<p>
|
<p>
|
||||||
<h3>What's Next</h3>
|
<h3>What's Next</h3>
|
||||||
<ol>
|
<ol>
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
Plugin Builder Results
|
Plugin Builder Results
|
||||||
|
|
||||||
Your plugin Pegelonline was created in:
|
Your plugin Pegelonline was created in:
|
||||||
~/PycharmProjects/pegelonline
|
/home/katrin/PycharmProjects/pegelonline
|
||||||
|
|
||||||
Your QGIS plugin directory is located at:
|
Your QGIS plugin directory is located at:
|
||||||
~/.local/share/QGIS/QGIS3/profiles/default/python/plugins
|
/home/katrin/.local/share/QGIS/QGIS3/profiles/default/python/plugins
|
||||||
|
|
||||||
What's Next:
|
What's Next:
|
||||||
|
|
||||||
|
|||||||
@ -44,7 +44,7 @@ name: pegelonline
|
|||||||
# Full path to where you want your plugin directory copied. If empty,
|
# Full path to where you want your plugin directory copied. If empty,
|
||||||
# the QGIS default path will be used. Don't include the plugin name in
|
# the QGIS default path will be used. Don't include the plugin name in
|
||||||
# the path.
|
# the path.
|
||||||
plugin_path:/home/patrick/.local/share/QGIS/QGIS3/profiles/default/python/plugins
|
plugin_path:/home/katrin/.local/share/QGIS/QGIS3/profiles/default/python/plugins
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
# Python files that should be deployed with the plugin
|
# Python files that should be deployed with the plugin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user