Skip to content

Commit

Permalink
roblox-player: fix launch path
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 12, 2025
1 parent c4c6d06 commit ff85435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/roblox-player/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
PATH=$PATH:${wine}/bin:${winetricks}/bin
USER="$(whoami)"
ROBLOX="$WINEPREFIX/drive_c/users/$USER/AppData/Local/Roblox/Versions/version-${version}/RobloxPlayerBeta.exe"
ROBLOX="$WINEPREFIX/drive_c/Program Files (x86)/Roblox/Versions/version-${version}/RobloxPlayerBeta.exe"
if [ ! -d "$WINEPREFIX" ]; then
# install tricks
Expand Down

0 comments on commit ff85435

Please sign in to comment.