You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only implemented the URI handlers for Linux because that is what I have available to test and develop on. This is not useful for my Windows players.
The Solution you'd like
The jpackage config for the Windows installer includes config to install handlers for:
rptools-maptool+registry:///serverName
rptools-maptool+lan:///lanId
rptools-maptool+tcp://address:port
Alternatives that you've considered.
No response
Additional Context
jpackage is used to build the installer.
It generates the configuration files it needs using command-line arguments, but files can be placed into a per-platform overrides folder to replace the files used.
Describe the Problem
I only implemented the URI handlers for Linux because that is what I have available to test and develop on. This is not useful for my Windows players.
The Solution you'd like
The jpackage config for the Windows installer includes config to install handlers for:
rptools-maptool+registry:///serverName
rptools-maptool+lan:///lanId
rptools-maptool+tcp://address:port
Alternatives that you've considered.
No response
Additional Context
jpackage is used to build the installer.
It generates the configuration files it needs using command-line arguments, but files can be placed into a per-platform overrides folder to replace the files used.
On Windows this is in
package/windows
and https://docs.oracle.com/en/java/javase/21/jpackage/override-jpackage-resources.html#GUID-405708DC-0243-49FC-84D9-B2A7F0A011A9__GUID-D0DA890C-5D6A-48A5-9380-FD18DB66F33D documents what can be overridden.This is WIX config, creating a
overrides.wxi
may be sufficient.https://stackoverflow.com/a/24889263 is an example of a snippet of wix config for creating the registry keys necessary.
It may be sufficient to add something similar to
package/windows/overrides.wxi
.The text was updated successfully, but these errors were encountered: