feat: remove reference to clego inside tauri app

This commit is contained in:
theo
2024-07-24 15:00:14 +02:00
parent c2b4264f32
commit d8f3c276c0
4 changed files with 18 additions and 18 deletions

View File

@ -1,12 +1,12 @@
[package]
name = "tauri-clego"
name = "pharmacie-desktop"
version = "0.1.0"
description = "Un logiciel de pharmacie libre et open-source."
authors = ["p4pillon"]
edition = "2021"
[lib]
name = "clego_lib"
name = "pharmacie_desktop_lib"
crate-type = ["lib", "cdylib", "staticlib"]
[build-dependencies]

View File

@ -2,5 +2,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
clego_lib::run()
pharmacie_desktop_lib::run()
}

View File

@ -1,7 +1,7 @@
{
"productName": "clego-clean",
"productName": "Logiciel Pharma",
"version": "0.0.1",
"identifier": "clego.pharma.libre",
"identifier": "p4pillon.pharma.desktop",
"build": {
"beforeDevCommand": {
"script": "cargo run",
@ -14,7 +14,7 @@
"withGlobalTauri": true,
"windows": [
{
"title": "clego-clean",
"title": "Logiciel Pharma",
"width": 800,
"height": 600
}