fix: add org. to tauri identifier

This commit is contained in:
2024-07-24 22:34:01 +02:00
parent a19b6dcd0d
commit f6a1af5d1e

View File

@ -1,7 +1,7 @@
{
"productName": "Logiciel Pharma",
"version": "0.0.1",
"identifier": "p4pillon.pharma.desktop",
"identifier": "org.p4pillon.pharma.desktop",
"build": {
"beforeDevCommand": {
"script": "cargo run",