mirror of
https://github.com/VSCodium/update-api.git
synced 2026-04-12 06:20:03 -05:00
Set download URL to releases page for Linux #2
Reference in New Issue
Block a user
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 @stripedpajamas on GitHub.
Can't you just point to the Github download page instead of the tarball? That would be much better for RPM, deb and AppImage users.
Originally posted by @darealshinji in https://github.com/VSCodium/vscodium/issues/231#issuecomment-522255719
@stripedpajamas commented on GitHub:
We should consider if it makes more sense to manually return a url of the releases page form this API or should have the update process write the releases page as the url during post-build (but only for Linux): https://github.com/VSCodium/vscodium/blob/master/update_version.sh#L46
@stripedpajamas commented on GitHub:
29c36ae95d/src/vs/platform/update/electron-main/updateService.linux.ts (L64)