trying to prepare for an appimage as well as prevent issues with compositing_mode stuff

This commit is contained in:
2026-04-17 04:43:11 -04:00
parent ae347250d8
commit c3c31dea47
4 changed files with 7 additions and 5 deletions

View File

@@ -2,5 +2,8 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
#[cfg(target_os = "linux")]
std::env::set_var("WEBKIT_DISABLE_COMPOSITING_MODE", "1");
oxyde_lib::run()
}

View File

@@ -24,7 +24,7 @@
},
"bundle": {
"active": true,
"targets": ["deb", "nsis"],
"targets": ["deb", "nsis", "appimage"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",