fix: add org. to tauri identifier

This commit is contained in:
Florian Briand 2024-07-24 22:34:01 +02:00
parent a19b6dcd0d
commit f6a1af5d1e
Signed by: florian_briand
GPG Key ID: CC981B9E6B98E70B

View File

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