From a03e87c4f55f3d853ff2fed53c963896ed9cc146 Mon Sep 17 00:00:00 2001 From: Le-King-Fu Date: Tue, 10 Feb 2026 23:13:52 +0000 Subject: [PATCH] fix: remove apostrophe from productName to fix NSIS installer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The apostrophe in "Simpl'Résultat" broke the NSIS script on Windows CI (interpreted as string delimiter). Use "Simpl Résultat" for productName while keeping the apostrophe in the window title. Co-Authored-By: Claude Opus 4.6 --- 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 ae8d021..a70b53f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.tauri.app/config/2", - "productName": "Simpl'Résultat", + "productName": "Simpl Résultat", "version": "0.1.0", "identifier": "com.simpl.resultat", "build": {