mirror of
https://github.com/ow-mods/ow-mod-man.git
synced 2025-12-11 20:15:50 +01:00
[GUI] Remove panic=abort
This commit is contained in:
parent
a29a374950
commit
a92495dcd9
@ -3,6 +3,5 @@ members = ["owmods_core", "owmods_cli", "owmods_gui/backend", "xtask"]
|
||||
resolver = "2"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
lto = true
|
||||
strip = true
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user