diff options
author | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2023-09-01 10:32:35 -0400 |
---|---|---|
committer | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2023-09-01 10:32:35 -0400 |
commit | 984e870bca6ac4e8264ba7221bd99b54c0bb0fc9 (patch) | |
tree | bb853d5332c882828c0bde5bdf1a6a6d7dd07948 | |
parent | eb66e37b8311fb830727e2632c6a00301b36b1f1 (diff) | |
download | PrismLauncher-984e870bca6ac4e8264ba7221bd99b54c0bb0fc9.tar.gz PrismLauncher-984e870bca6ac4e8264ba7221bd99b54c0bb0fc9.tar.bz2 PrismLauncher-984e870bca6ac4e8264ba7221bd99b54c0bb0fc9.zip |
actually it can handle multiple files just fine
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 98ac92fe..76f4b19c 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@ %u +Exec=@Launcher_APP_BINARY_NAME@ %U StartupNotify=true Icon=org.prismlauncher.PrismLauncher Categories=Game;ActionGame;AdventureGame;Simulation; |