fix: wrong lib name
This commit is contained in:
parent
5eebd5d1cb
commit
9447ad7faf
@ -2,5 +2,5 @@
|
|||||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
pharmacie_desktop_lib::run()
|
desktop_lib::run()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user