Kaydet (Commit) 1bc61b46 authored tarafından Emincan Özcan's avatar Emincan Özcan

fix

üst 8ad002f2
......@@ -59,10 +59,10 @@ export default {
if (IS_ELECTRON) {
returnObj["install"] = install.install;
returnObj["exportToFile"] = exportToFile.webExport;
returnObj["exportToFile"] = exportToFile.pardusExport;
} else {
returnObj["install"] = () => {};
returnObj["exportToFile"] = exportToFile.pardusExport;
returnObj["exportToFile"] = exportToFile.webExport;
}
return returnObj;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment