diff options
author | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2023-09-01 10:29:16 -0400 |
---|---|---|
committer | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2023-09-01 10:29:56 -0400 |
commit | eb66e37b8311fb830727e2632c6a00301b36b1f1 (patch) | |
tree | 6ccc2fa6da2751fa34a35b6a42fcfac9fdd35fc1 | |
parent | 25ce11d85d1aa9060e9df335a63f3de5e61c7f6b (diff) | |
download | PrismLauncher-eb66e37b8311fb830727e2632c6a00301b36b1f1.tar.gz PrismLauncher-eb66e37b8311fb830727e2632c6a00301b36b1f1.tar.bz2 PrismLauncher-eb66e37b8311fb830727e2632c6a00301b36b1f1.zip |
fix opening files from curseforge: links on linux
Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com>
-rw-r--r-- | program_info/org.prismlauncher.PrismLauncher.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program_info/org.prismlauncher.PrismLauncher.desktop.in b/program_info/org.prismlauncher.PrismLauncher.desktop.in index 816c0059..98ac92fe 100644 --- a/program_info/org.prismlauncher.PrismLauncher.desktop.in +++ b/program_info/org.prismlauncher.PrismLauncher.desktop.in @@ -4,7 +4,7 @@ Name=Prism Launcher Comment=A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once. Type=Application Terminal=false -Exec=@Launcher_APP_BINARY_NAME@ +Exec=@Launcher_APP_BINARY_NAME@ %u StartupNotify=true Icon=org.prismlauncher.PrismLauncher Categories=Game;ActionGame;AdventureGame;Simulation; |