You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure if this is the best place to ask, but I'm currently developing a plugin for 7-Zip to integrate with Clickteam Installer. The plugin works as expected when parsing the files within the archive—it successfully extracts them. However, once 7-Zip finishes parsing, it seems to revert to its default behavior for opening a Clickteam Installer EXE.
Without the plugin, 7-Zip can still open the installer, but it fails to parse the archive correctly, instead showing a [0]~ directory.
For context, I’ve also created a PyInstaller plugin for 7-Zip, and that one is working fine.
Any advice or insights on how to resolve this issue would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi, I'm not sure if this is the best place to ask, but I'm currently developing a plugin for 7-Zip to integrate with Clickteam Installer. The plugin works as expected when parsing the files within the archive—it successfully extracts them. However, once 7-Zip finishes parsing, it seems to revert to its default behavior for opening a Clickteam Installer EXE.
Without the plugin, 7-Zip can still open the installer, but it fails to parse the archive correctly, instead showing a [0]~ directory.
For context, I’ve also created a PyInstaller plugin for 7-Zip, and that one is working fine.
Any advice or insights on how to resolve this issue would be greatly appreciated!
The text was updated successfully, but these errors were encountered: