[gaming] Updates Raider.io launcher, still doesn't run properly.

This commit is contained in:
2025-08-03 10:33:15 -07:00
parent cf4d54ebfd
commit cd4367e252
2 changed files with 7 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ let
raiderioClient = pkgs.fetchurl {
name = "raiderio-client";
url = "https://raider.io/client/download/linux";
sha256 = "1iny8zhp12x40mnxxr7p6kbyyvxf16373d2qa8idxs3hw5fz7gnx";
sha256 = "0wcw53bgr9dr02x1ci2jlnc5irpiqxqxgs2hpbrsnj67q50nvlm9";
};
raiderioIcon = pkgs.fetchurl {
name = "raiderio-icon";
@@ -81,7 +81,7 @@ in
categories = [ "Game" ];
};
xdg.desktopEntries.raiderio = local.electronDesktopEntry {
xdg.desktopEntries.raiderio = {
name = "Raider.io";
exec = "${pkgs.appimage-run}/bin/appimage-run ${raiderioClient}";
terminal = false;
@@ -100,6 +100,7 @@ in
# Make sure WoW spawns on the right monitor and that Battlenet floats so it renders correctly
"monitor 1,title:^World of Warcraft$"
"fullscreen,title:^World of Warcraft$"
"monitor 1,title:^Battle.net$"
"float,title:^Battle.net$"