aboutsummaryrefslogtreecommitdiff
path: root/src/modules/protocol.js
AgeCommit message (Collapse)Author
2024-08-14chore: remove useless try catchJan200101
2024-08-14feat: parse commandLine of secondary instancesJan200101
2024-08-13chore: use existing mod installation logic for r2mm protocolJan200101
2024-08-13chore: rework protocol mod installs to use renderer package listJan200101
This is achieved by sending an IPC event to the renderer and waiting for a reply once Since this is async we return from the function after sending the event and recursively invoke it once the reply arrives The package data is returned a a JSON String because Electron is unable to copy the Object over IPC
2024-08-04feat: support thunderstore ror2mm protocol for installing modsJan200101