mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing games with colon ludusavi
This commit is contained in:
parent
e86daacad4
commit
955725b646
3 changed files with 8 additions and 4 deletions
|
@ -35,7 +35,7 @@ export const backupGame = ({
|
|||
preview?: boolean;
|
||||
winePrefix?: string;
|
||||
}) => {
|
||||
const args = ["backup", title, "--api", "--force"];
|
||||
const args = ["backup", `"${title}"`, "--api", "--force"];
|
||||
|
||||
if (preview) args.push("--preview");
|
||||
if (backupPath) args.push("--path", backupPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue