We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8092b6d commit bdc93beCopy full SHA for bdc93be
res/pyinstaller/hooks/hook-mapclientplugins.py
@@ -0,0 +1,5 @@
1
+from PyInstaller.utils.hooks import collect_submodules
2
+
3
4
+# I don't think this will work if the plugin is zipped in an archive.
5
+hiddenimports = collect_submodules('mapclientplugins')
0 commit comments