Tue, 25 Oct 2022 08:57:06 +0200
Fixed some forgotten header changes.
diff -r 3af51f1f4c6b -r 3c0c8d42614c ChangeLog --- a/ChangeLog Tue Oct 25 08:46:26 2022 +0200 +++ b/ChangeLog Tue Oct 25 08:57:06 2022 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 10.1.1 +- bug fixes + Version 10.1.0 - adapted the import statements to the new structure
diff -r 3af51f1f4c6b -r 3c0c8d42614c PluginPyInstaller.py --- a/PluginPyInstaller.py Tue Oct 25 08:46:26 2022 +0200 +++ b/PluginPyInstaller.py Tue Oct 25 08:57:06 2022 +0200 @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.1.0" +version = "10.1.1" className = "PyInstallerPlugin" packageName = "PyInstallerInterface" shortDescription = "Show dialogs to configure and execute PyInstaller."
diff -r 3af51f1f4c6b -r 3c0c8d42614c PluginPyInstaller.zip Binary file PluginPyInstaller.zip has changed
diff -r 3af51f1f4c6b -r 3c0c8d42614c PyInstallerInterface/PyInstallerConfigDialog.ui --- a/PyInstallerInterface/PyInstallerConfigDialog.ui Tue Oct 25 08:46:26 2022 +0200 +++ b/PyInstallerInterface/PyInstallerConfigDialog.ui Tue Oct 25 08:57:06 2022 +0200 @@ -315,7 +315,7 @@ <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> - <header>EricWidgets/EricPathPicker.h</header> + <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets>