nativeFixes: Fix for updating when chrome_crashpad_handler is running or in use
Changed files
@@ -113,7 +113,7 @@ let targetFilePath = path.join(targetDir, filePath);if (filePath === "resources/app.asar") {// You triedtargetFilePath = path.join(targetDir, "resources", "_app.asar");- } else if (filePath === appName) {+ } else if (filePath === appName || filePath === "chrome_crashpad_handler") {// Can't write over the executable? Just move it! 4headif (await exists(targetFilePath)) {await fs.rename(targetFilePath, targetFilePath + ".bak");