From 56bb4ceebe15f735362015dbba7dfeb75efef6aa Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Thu, 6 Jun 2024 21:00:40 +0200 Subject: [PATCH] chore: adjust wails app name --- wails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wails.json b/wails.json index 77fb870b..924d8e75 100644 --- a/wails.json +++ b/wails.json @@ -1,6 +1,6 @@ { "$schema": "https://wails.io/schemas/config.v2.json", - "name": "albyhub", + "name": "AlbyHub", "outputfilename": "Nostr-Wallet-Connect", "frontend:install": "yarn install", "frontend:build": "yarn build:wails",