From 9447ad7fafea2e7855373756f8c40808f803442a Mon Sep 17 00:00:00 2001 From: theo Date: Wed, 24 Jul 2024 22:35:14 +0200 Subject: [PATCH] fix: wrong lib name --- crates/desktop/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/desktop/src/main.rs b/crates/desktop/src/main.rs index 991f759..bea3c23 100644 --- a/crates/desktop/src/main.rs +++ b/crates/desktop/src/main.rs @@ -2,5 +2,5 @@ #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] fn main() { - pharmacie_desktop_lib::run() + desktop_lib::run() }