ow-mods/ow-mod-man

Change How We Register The Protocol

Bwc9876 opened this issue · 0 comments

Package

Graphical Interface

Feature

Right now we do this at runtime, which isn't very ideal:

  • For Windows: Edit the Wix file to add the proper registry keys
  • For Linux: Edit the .desktop file the Tauri bundler makes to add the schema handler property
    • Edit package formats to auto-refresh the MIME type database, etc
  • Remove tauri-plugin-deep-link's registration

This also implicitly resolves #47

Platform

No response