75cdae0e5b
Create a pyinstaller "onedir" executable instead of a "onefile" executable. Note that the name change from "Electrum" to "run_electrum" affects the name of the internal binary (usually not exposed to users). This is needed to avoid a collision with the "electrum" folder inside the .app (just like in the source tree). based on https://github.com/Electron-Cash/Electron-Cash/commit/03c3eca856c7b766acbe61caf508c1edf6f976e9 maybe fixes #6225