From 2f7e7cd744a87f407ed89df5bdef961d4b827ad4 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Wed, 10 Jul 2024 20:46:26 -0400 Subject: [PATCH] Removed backslash from author name in wails json --- wails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wails.json b/wails.json index c423b40..0212cc3 100644 --- a/wails.json +++ b/wails.json @@ -7,7 +7,7 @@ "frontend:dev:watcher": "npm run dev", "frontend:dev:serverUrl": "auto", "author": { - "name": "John O\'Keefe", + "name": "John O'Keefe", "email": "jokeefe@fastmail.com" } }