Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Oct 6, 2024
1 parent 43fdcb0 commit f94efb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/main/invitation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const updateDesktopFile = (isDev: boolean) => {
const scheme = 'x-scheme-handler/quiet'
logger.info(execSync('xdg-settings --list').toString())
logger.info(execSync('xdg-settings get default-url-scheme-handler').toString())
logger.info(execSync(`xdg-mime query get ${scheme}`))
logger.info(execSync(`xdg-mime query default ${scheme}`))
logger.info(execSync(`xdg-mime default ${desktopName} ${scheme}`))
// execSync('xdg-settings set default-url-scheme-handler quiet quiet.desktop')
} catch (e) {
Expand Down

0 comments on commit f94efb0

Please sign in to comment.