mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 23:55:57 +03:00
[GH-ISSUE #960] Download Error if an Installer exists #2765
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#2765
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SEWeiTung on GitHub (Aug 1, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/960
Reproduction:
Issue Reason:
In DownloadDialog.cs, there's a code with which we execute download logic:
github.com/NickeManarin/ScreenToGif@c8abcbef0b/ScreenToGif/Windows/Other/DownloadDialog.xaml.cs (L209)It will call the codes, where there's a snippet of codes:
github.com/NickeManarin/ScreenToGif@c8abcbef0b/ScreenToGif/Model/ApplicationViewModel.cs (L1064)Generally speaking, we don't allow a duplicated installer here (as a minor issue), however, this seems strange for this senario. I tend to have two solutions:
a. Just return true (directly install the existing installer).
b. Remove all the installer there ,no matter whether it gets right or not.
If @NickeManarin is sure this can be fixed (maybe a bug or something else?), please tell me and I'll get a quick fix for you ;)