mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-05-21 17:54:30 +00:00
Appimage test fix
This commit is contained in:
@@ -1068,6 +1068,10 @@ async fn launch_game(app: AppHandle, state: State<'_, GameState>, instance_id: S
|
||||
{
|
||||
cmd.process_group(0);
|
||||
cmd.env_remove("LD_PRELOAD");
|
||||
cmd.env_remove("PYTHONPATH");
|
||||
cmd.env_remove("PYTHONHOME");
|
||||
cmd.env_remove("LD_LIBRARY_PATH");
|
||||
cmd.env_remove("QT_PLUGIN_PATH");
|
||||
}
|
||||
|
||||
cmd.arg(&game_exe)
|
||||
|
||||
@@ -42,8 +42,10 @@
|
||||
],
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/64x64.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user