mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #36] Search update feature issues #20
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#20
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 @Depal1 on GitHub (Jul 14, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/36
The search update feature on PlayCover is triggering on Github pre-releases. Is this expected behavior?
On another note, it is directing to a .zip instead of the currently used .dmg.
Example: it is directing to https://github.com/PlayCover/PlayCover/releases/download/1.0.7/PlayCover.1.0.7.zip
instead of https://github.com/PlayCover/PlayCover/releases/download/1.0.7/PlayCover_1.0.7.dmg
@ohaiibuzzle commented on GitHub (Jul 14, 2022):
From what I can tell, the update code doesn't really do any checking of whether or not the release is a pre-release.
And it is indeed hardcoded to
.zipinstead of.dmgas seen here