PyUpdater icon indicating copy to clipboard operation
PyUpdater copied to clipboard

Pyinstaller auto-update library

Results 45 PyUpdater issues
Sort by recently updated
recently updated
newest added

Hey All, v4 was a cluster of my own making. Essentially not giving the project enough of my time. My sinceriest apologies. There is some good news though. I've finally...

Hello there, I hope you are doing well. I've been using PyUpdater for a while in my application, And I already have users use it. but now I have a...

There is a system warning that content is "Unverified publisher: Do you want to allow this app from an unknow publisher to make changes to your device?" shown When user...

Hello, I'm trying to use PyUpdater for a project, and I'm unable to get it download the latest update. 2022-06-15 20:00:10,994:DEBUG:HTTP Timeout is 30 2022-06-15 20:00:10,994:DEBUG:Url for request: https://x.s3.eu-west-2.amazonaws.com/versions.gz 2022-06-15...

Hey there, this is admittedly a niche situation, but it would be very nice to have: So, I have a package that is installed as a windows service using pywin32....

Hello, I've been using pyupdater with my application, but I have a question, which is: if in the version 1.0.0 I have a file called **_test.txt_** and later I wanted...

Hi I get the following error when trying to process my generated packages * System: Ubuntu (Github Hosted Runner) * PyUpdater version: 4.0 Log output is the following 2021-07-18T23:44:46.1915991Z [INFO]...

Hi there. The split version argument doesn't work fully as intended, because in some places, the mac/win/linux version information are still stored in the same file regardless. Following are *all*...

https://github.com/Digital-Sapphire/PyUpdater/blob/282760de71ea6501b90d90d85b5fc6ad1d0c2bd8/tests/conftest.py#L45-L47 From `tempfile` docs: >The user of [mkdtemp()](https://docs.python.org/3/library/tempfile.html#tempfile.mkdtemp) is responsible for deleting the temporary directory and its contents when done with it. On Windows 10, running the tests leaves `AppData\Local\Temp`...

This should fix the following issues: - #299 - #304 - #306 - #315 - #319