fix: wrong lib name

This commit is contained in:
theo 2024-07-24 22:35:14 +02:00
parent 5eebd5d1cb
commit 9447ad7faf
No known key found for this signature in database

View File

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