From dd7b627e3d3bc1e14de0b82435cafc860d543687 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Mon, 19 Jun 2023 20:19:15 +0200
Subject: [PATCH] Try to fix notarization path

---
 .ci/macos/settings.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/macos/settings.json b/.ci/macos/settings.json
index 6a133d97d..e1410b520 100644
--- a/.ci/macos/settings.json
+++ b/.ci/macos/settings.json
@@ -3,7 +3,7 @@
   "compression-level": 9,
   "contents": [
     {
-      "path": "./Nheko.app",
+      "path": "./nheko.app",
       "type": "file",
       "x": 140,
       "y": 120
-- 
GitLab