pyinstaller
Here are 141 public repositories matching this topic...
It would be good if the tutorial provided some guidance on how to setup logging, especially for macOS, where the logger FileHandler only takes relative paths, and thus attempts to write in a read-only portion of the app bundle.
On Linux, the logging.handlers.FileHandler appeared to work fine (wrote to the user home directory if I remember right), I have not tested on Windows.
Thanks for the
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 15, 2020 - Python
-
Updated
Feb 20, 2020 - Python
Random clean up
- updates.py - Use requires_admin instead of file_requires_admin & dir_requires_admin
- updates.win_run: do not return the Popen
- docs - usage-client-advanced.md: download_verify_write should return a boolean to signal if the write was successful or not.
The About/Help menu does not have a tie back into this repo for users to submit bugs encountered. This might be useful, as otherwise there is no reference to the repo in the application, just an e-mail address.
-
Updated
Jun 15, 2020 - Python
-
Updated
May 29, 2020 - Python
-
Updated
Jun 16, 2020 - Python
-
Updated
May 6, 2018 - JavaScript
-
Updated
Mar 13, 2020 - Python
-
Updated
Jun 16, 2020 - Python
-
Updated
Dec 19, 2018 - Python
-
Updated
Jan 10, 2020 - Python
-
Updated
Oct 13, 2019 - Python
-
Updated
Nov 11, 2019 - Python
-
Updated
Apr 8, 2019 - Python
-
Updated
Apr 24, 2020 - Python
-
Updated
Aug 11, 2019
-
Updated
May 9, 2020 - Batchfile
-
Updated
May 11, 2020 - Python
-
Updated
Apr 4, 2020 - Python
-
Updated
May 11, 2020 - Python
-
Updated
Aug 8, 2017 - Python
Improve this page
Add a description, image, and links to the pyinstaller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pyinstaller topic, visit your repo's landing page and select "manage topics."

In: https://github.com/mherrmann/fbs/blob/master/fbs/_defaults/src/installer/windows/Installer.nsi
RMDir should not have the /r flag on the uninstaller.
As per documentation (https://nsis.sourceforge.io/Reference/RMDir) this runs the risk of the user involuntarily choosing an installation directory containing other data and wiping it upon uninstallation.
I've had one report from one user inst