I am looking for a way to bundle a collection of support files for my windows application created with PyInstaller. The PyInstaller OneFile is too slow to instantiate, but I am worried about the integrity and dissemination of the application in a directory structure. Are there any workarounds for bundling the files that still allow me to run the executable without completely unpackaging everything?
Asked
Active
Viewed 59 times