This commit is contained in:
Patrick Haßel 2025-09-29 21:23:57 +02:00
parent 0edaace3ec
commit 57bfbaa5b2
3 changed files with 5 additions and 5 deletions

View File

@ -6,10 +6,10 @@ Congratulations! You just built a plugin for QGIS!<br/><br />
<div id='help' style='font-size:.9em;'>
Your plugin <b>Pegelonline</b> was created in:<br>
&nbsp;&nbsp;<b>~/PycharmProjects/pegelonline</b>
&nbsp;&nbsp;<b>/home/katrin/PycharmProjects/pegelonline</b>
<p>
Your QGIS plugin directory is located at:<br>
&nbsp;&nbsp;<b>~/.local/share/QGIS/QGIS3/profiles/default/python/plugins</b>
&nbsp;&nbsp;<b>/home/katrin/.local/share/QGIS/QGIS3/profiles/default/python/plugins</b>
<p>
<h3>What's Next</h3>
<ol>

View File

@ -1,10 +1,10 @@
Plugin Builder Results
Your plugin Pegelonline was created in:
~/PycharmProjects/pegelonline
/home/katrin/PycharmProjects/pegelonline
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:

View File

@ -44,7 +44,7 @@ name: pegelonline
# 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 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]
# Python files that should be deployed with the plugin