Simpl-Resultat/src-tauri
Le-King-Fu a03e87c4f5 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>
2026-02-10 23:13:52 +00:00
..
capabilities feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
icons Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
src feat: seed categories and keywords from SommaireDepense.csv 2026-02-09 01:40:47 +00:00
.gitignore Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
build.rs Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
Cargo.lock feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
Cargo.toml feat: implement CSV import wizard with folder-based source detection 2026-02-08 03:38:46 +00:00
tauri.conf.json fix: remove apostrophe from productName to fix NSIS installer 2026-02-10 23:13:52 +00:00