Skip to content

Commit

Permalink
Merge branch 'linux-installer-via-bash'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Oct 17, 2024
2 parents fb80352 + f9831a3 commit 35e43fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Reloaded.Mod.Installer.Lib/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private void MakeProtonShortcut(string? userName, string protonTricksSuffix, str
"""
[Desktop Entry]
Name=Reloaded-II ({SUFFIX})
Exec=protontricks-launch --appid {APPID} "{NATIVEPATH}"
Exec=bash -ic 'protontricks-launch --appid {APPID} "{NATIVEPATH}"'
Type=Application
StartupNotify=true
Comment=Reloaded II installation for {SUFFIX}
Expand Down

0 comments on commit 35e43fb

Please sign in to comment.