feat(umu id override): add support for overriding UMU id

This commit is contained in:
DecDuck
2024-12-23 13:33:22 +11:00
parent b50e27f4b0
commit fd4a7d1981
5 changed files with 103 additions and 2 deletions

View File

@ -44,6 +44,7 @@ model GameVersion {
platform Platform
launchCommand String // Command to run to start. Platform-specific. Windows games on Linux will wrap this command in Proton/Wine
setupCommand String // Command to setup game (dependencies and such)
umuIdOverride String?
dropletManifest Json // Results from droplet
versionIndex Int