mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
fix: unset APPDIR before launching new appimage
This commit is contained in:
parent
256eb17ae5
commit
baf51a2e2f
1 changed files with 2 additions and 0 deletions
|
@ -620,6 +620,8 @@ bool update_manager::handle_rpcs3(const QByteArray& data, bool auto_accept)
|
|||
}
|
||||
new_appimage.close();
|
||||
|
||||
unsetenv("APPDIR");
|
||||
|
||||
update_log.success("Successfully updated %s!", replace_path);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue