From 2cd6cadab7391cad0f3a48f3a96343a9fb9f58c7 Mon Sep 17 00:00:00 2001 From: siddharth0a Date: Tue, 2 Apr 2024 20:30:59 +0900 Subject: [PATCH] build: change nsi from geth to worldland --- build/{nsis.geth.nsi => nsis.worldland.nsi} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename build/{nsis.geth.nsi => nsis.worldland.nsi} (93%) diff --git a/build/nsis.geth.nsi b/build/nsis.worldland.nsi similarity index 93% rename from build/nsis.geth.nsi rename to build/nsis.worldland.nsi index 1034f30235..1b6a050930 100644 --- a/build/nsis.geth.nsi +++ b/build/nsis.worldland.nsi @@ -29,9 +29,9 @@ # - sign installer CRCCheck on -!define GROUPNAME "Ethereum" -!define APPNAME "Geth" -!define DESCRIPTION "Official Go implementation of the Ethereum protocol" +!define GROUPNAME "WorldLand" +!define APPNAME "worldland" +!define DESCRIPTION "Official Go implementation of the WorldLand protocol" !addplugindir .\ # Require admin rights on NT6+ (When UAC is turned on)