fix: remove apostrophe from productName to fix NSIS installer

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 <noreply@anthropic.com>
This commit is contained in:
Le-King-Fu 2026-02-10 23:13:52 +00:00
parent d4af461717
commit a03e87c4f5

View file

@ -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": {