BIGWIP(android): trying to make an android release
fucking stupid shit why is it so hard
This commit is contained in:
@ -22,4 +22,4 @@ kotlin.code.style=official
|
||||
# thereby reducing the size of the R class for that library
|
||||
android.nonTransitiveRClass=true
|
||||
android.nonFinalResIds=false
|
||||
# org.gradle.java.home=/usr/lib/jvm/java-21-openjdk
|
||||
# org.gradle.java.home=/usr/lib/jvm/java-21-openjdk
|
||||
|
@ -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(())
|
||||
})
|
||||
|
Reference in New Issue
Block a user