feat: remove reference to clego inside tauri app
This commit is contained in:
@ -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]
|
||||
|
@ -2,5 +2,5 @@
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
fn main() {
|
||||
clego_lib::run()
|
||||
pharmacie_desktop_lib::run()
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user