From a98d0f43a0313dabb9b22757aa668e82dc653bab Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 24 Nov 2019 14:15:53 +0100 Subject: [PATCH] Change the plugin name --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f73efe2..efbd62a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,7 @@ #include "filelist.h" -WUPS_PLUGIN_NAME("System Menu Launcher"); +WUPS_PLUGIN_NAME("Homebrew SysLauncher"); WUPS_PLUGIN_DESCRIPTION("Allows the user to load homebrew from the System Menu"); WUPS_PLUGIN_VERSION("0.1"); WUPS_PLUGIN_AUTHOR("Maschell");