(feat): tauri -> electron desktop app migration #9

Merged
alois merged 13 commits from dev into main 2026-05-25 16:35:36 +03:00
Showing only changes of commit 37338f12fb - Show all commits

(feat): rename productName to have a uppercase T
Some checks failed
/ build-web (push) Successful in 1m23s
/ release (push) Has been cancelled
/ build-desktop (push) Has been cancelled
/ build-mobile (push) Has been cancelled

Alois 2026-05-25 00:00:33 +02:00

View file

@ -1,6 +1,6 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "tensamin", "productName": "Tensamin",
"version": "0.0.0", "version": "0.0.0",
"mainBinaryName": "tensamin", "mainBinaryName": "tensamin",
"identifier": "net.tensamin.client", "identifier": "net.tensamin.client",