From 25b3e201aa833f162444d8d868df669b088517a2 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Mon, 29 Apr 2024 14:46:17 -0700 Subject: [PATCH] fix(steam): launch fpfc --- modules/nixos/steam/beatsaber.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/steam/beatsaber.nix b/modules/nixos/steam/beatsaber.nix index 8c30b3b4..0f5e8fc9 100644 --- a/modules/nixos/steam/beatsaber.nix +++ b/modules/nixos/steam/beatsaber.nix @@ -349,7 +349,7 @@ ''; launch = '' cd /d "%STEAM_BS_LIBRARY%" - '' + ''"%STEAM_BS_LIBRARY%\Beat Saber.exe''; + '' + ''"%STEAM_BS_LIBRARY%\Beat Saber.exe"''; setup = '' rmdir "%STEAM_BS_APPDATA%" rmdir "%STEAM_BS_LIBRARY%"