[bugfix-627] support host calls for flatpak with spawn/exec

* created wrapper calls for spawn and exec for all os support
* refactored names for isProcessRunning, getProcessId, and isSteamRunning
This commit is contained in:
silentrald
2024-11-21 00:48:31 +08:00
parent 8096b3ec76
commit 38ea360ee6
12 changed files with 214 additions and 83 deletions
+1 -1
View File
@@ -90,4 +90,4 @@ const config = {
],
};
export default config;
module.exports = config;