[GUI] Remove panic=abort

This commit is contained in:
Ben C 2024-12-14 16:56:13 -05:00
parent a29a374950
commit a92495dcd9
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,5 @@ members = ["owmods_core", "owmods_cli", "owmods_gui/backend", "xtask"]
resolver = "2"
[profile.release]
panic = "abort"
lto = true
strip = true

View File

@ -52,7 +52,7 @@ The manager's installer is supposed to install Webview2 for you, but depending o
This may be due to an update from 0.14.2 to 0.15.0. The path for the procotol handler changed.
1. Uninstall the manager entirely.
2. In `regedit`, delete `HKEY_LOCAL_MACHINE\Software\Classes\owmods` and `HKEY_CURRENT_USER\Software\classes\owmods`.
2. In `regedit`, delete `HKEY_LOCAL_MACHINE\Software\Classes\owmods` and `HKEY_CURRENT_USER\Software\Classes\owmods`.
3. Re-install the manager, the registry keys should now point to the right executable.
On Linux you may need to delete a file in `~/.local/share/applications` called something along the lines of `outer-wilds-mod-manager-handler.desktop`. The old version used to make this desktop entry on launch but it is not needed anymore as the .desktop file in the package should be setup to handle the scheme for you.