BIGWIP(android): trying to make an android release

fucking stupid shit why is it so hard
This commit is contained in:
2025-04-20 13:14:31 +01:00
parent 6e9dc81e2b
commit f02b22f2fa
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
mod commands;
pub mod screenshot;
mod state;
pub mod utils;
mod window;
@ -33,7 +32,6 @@ pub fn desktop() {
])
.setup(|app| {
setup_window(app)?;
shortcut::enable_shortcut(app);
Ok(())
})