From c4c78bbc4c1c9e8dd4bf638de8e54f099e3edf38 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Tue, 8 Sep 2026 09:50:00 +0200 Subject: [PATCH] fix typo --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 23f7680..ccf7c0a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -42,7 +42,7 @@ }, "createUpdaterArtifacts": true, "license": "MIT", - "licenseFile": "../LICENSE" + "licenseFile": "../LICENCE" }, "plugins": { "updater": {