-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix client update updater bugs #81
Conversation
yangxuilyx
commented
Dec 23, 2024
- fix _configInfo.UpdateVersions get mainResp
- add skipDirectories to avoid locking certain folders, such as cache directories
(1) I didn't understand why the first fix was needed; the main app needs to be upgraded by the upgrade app. |
my main app had some cache directories used by main app,they are locked until the main program exit,i can't avoid this because it's used by library |
The program logic is implemented this way because they need to upgrade each other.
|
but before modified main app download it's package self |
This seems to be a specific issue on your end. Before merging it into the repository, I need to confirm whether everyone else is encountering this problem as well. |
I didn't quite understand what you meant. It seems like there might be no distinction between the patch packages for the main program and the upgrade program. |
There is a difference, the main package does not include the upgrade program |
Okay, could you provide the code? I can't reproduce this issue locally. |
Thank you for your submission. |