Add a missing - in epic launch urls (#304)

This commit is contained in:
Philip Kristoffersen
2023-01-02 15:42:27 +01:00
committed by GitHub
parent 160442b25f
commit 3b51efea0e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ fn launcher_shortcut(manifest: ManifestItem) -> ShortcutOwned {
let icon = manifest.exe();
let url = match manifest.compat_folder.as_ref() {
Some(compat_folder) => format!(
"STEAM_COMPAT_DATA_PATH=\"{}\" %command% '{}'",
"STEAM_COMPAT_DATA_PATH=\"{}\" %command% -'{}'",
compat_folder.to_string_lossy(),
manifest.get_launch_url()
),