Skip to content

Conversation

@Mrlinkwii
Copy link

@Mrlinkwii Mrlinkwii commented May 8, 2021

it should close #416 in terms of appimages

Description

-adds missing MIME type to the electron builder , x-scheme-handler/x-github-desktop-dev-auth which is mentioned in the red-hat builder and debian builder but not the electron builder

mimeType: [
'x-scheme-handler/x-github-client',
'x-scheme-handler/x-github-desktop-auth',
// workaround for handling OAuth flow until we figure out what we're doing
// with the development OAuth details
//
// see https://github.com/shiftkey/desktop/issues/72 for more details
'x-scheme-handler/x-github-desktop-dev-auth',

'x-scheme-handler/x-github-client',
'x-scheme-handler/x-github-desktop-auth',
// workaround for handling OAuth flow until we figure out what we're doing
// with the development OAuth details
//
// see https://github.com/shiftkey/desktop/issues/72 for more details
'x-scheme-handler/x-github-desktop-dev-auth',

what made me look at this was #416 (comment)

Screenshots

N/A

Release notes

Notes:no-notes

Copy link
Owner

@shiftkey shiftkey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for finding this @Mrlinkwii - I'd forgotten to check here when I applied this to the DEB and RPM installers at the time!

I'm going to merge this and cut a new release tomorrow so we can confirm this is resolved...

@shiftkey shiftkey changed the title add missing MIME type add missing MIME type to AppImage package May 8, 2021
@shiftkey shiftkey merged this pull request into shiftkey:linux May 8, 2021
theofficialgman pushed a commit to theofficialgman/desktop that referenced this pull request Oct 7, 2025
…shiftkey#496)

Co-Authored-By: Brendan Forster <github@brendanforster.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cannot redirect back to Desktop Client after signing into Github account on browser

2 participants