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
|
# thereby reducing the size of the R class for that library
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
android.nonFinalResIds=false
|
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;
|
mod commands;
|
||||||
pub mod screenshot;
|
|
||||||
mod state;
|
mod state;
|
||||||
pub mod utils;
|
pub mod utils;
|
||||||
mod window;
|
mod window;
|
||||||
@ -33,7 +32,6 @@ pub fn desktop() {
|
|||||||
])
|
])
|
||||||
.setup(|app| {
|
.setup(|app| {
|
||||||
setup_window(app)?;
|
setup_window(app)?;
|
||||||
shortcut::enable_shortcut(app);
|
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user