diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-19 20:19:15 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-19 20:19:15 +0200 |
commit | dd7b627e3d3bc1e14de0b82435cafc860d543687 (patch) | |
tree | a0f046fdffed6cc1ca0fea3c69e5f40bd196c9af /.ci | |
parent | Fix completer size (diff) | |
download | nheko-dd7b627e3d3bc1e14de0b82435cafc860d543687.tar.xz |
Try to fix notarization path
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/macos/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/settings.json b/.ci/macos/settings.json index 6a133d97..e1410b52 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 |