diff --git a/src/commands/gaming/diablo-ii/d2r-loot-filters.sh b/src/commands/gaming/diablo-ii/d2r-loot-filters.sh new file mode 100644 index 00000000..a9bf588e --- /dev/null +++ b/src/commands/gaming/diablo-ii/d2r-loot-filters.sh @@ -0,0 +1 @@ +#!/bin/bash diff --git a/src/commands/gaming/diablo-ii/lootfilter.zip b/src/commands/gaming/diablo-ii/lootfilter.zip new file mode 100644 index 00000000..6abc7eee Binary files /dev/null and b/src/commands/gaming/diablo-ii/lootfilter.zip differ diff --git a/src/commands/gaming/tab_data.toml b/src/commands/gaming/tab_data.toml new file mode 100644 index 00000000..f626caa8 --- /dev/null +++ b/src/commands/gaming/tab_data.toml @@ -0,0 +1,8 @@ +name = "Gaming" + +[[data]] +name = Diablo II Ressurected + +[[data.entries]] +name = "Loot Filter Install" +script = "diablo-ii/d2r-loot-filters.sh" diff --git a/src/commands/tabs.toml b/src/commands/tabs.toml index ab72befa..db27c008 100644 --- a/src/commands/tabs.toml +++ b/src/commands/tabs.toml @@ -1 +1 @@ -directories = ["system-setup", "applications-setup", "security", "utils"] +directories = ["system-setup", "applications-setup", "security", "utils", "gaming"]