mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-18 00:07:09 +00:00
Appimage test fix
This commit is contained in:
parent
a78064377d
commit
e2a3e4b52c
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue