mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
feat: support Linux. Refactor resources architecture. Create build script
Currently, themes are disabled and firefox notification too.
This commit is contained in:
@@ -9,6 +9,11 @@ const { contextBridge, ipcRenderer } = require("electron");
|
||||
*/
|
||||
contextBridge.exposeInMainWorld("electronAPI", {
|
||||
|
||||
/**
|
||||
* Return process.platform to renderer
|
||||
*/
|
||||
getProcessPlatform: () => process.platform,
|
||||
|
||||
/**
|
||||
* Returns the default system download directory.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user