Just Download the new application file. #142
Unanswered
ritishbhardwaj
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have tried some experiments, like
and this is successfully downloading, but the file which is getting downloading is .tar.gz file, which i don't want. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to just download the new .exe file from the server and do not want to overwrite it on the the place of older .exe .
The function
download_and_apply_update
is also updating the older .exe.Can you explain me how can i do it gracefully
Also i tried
get_targetinfo(target_path: str | [TargetMeta])→ TargetFile | None
but unable to understand what is this TargetMeta and from where to get it....Beta Was this translation helpful? Give feedback.
All reactions