electron-global icon indicating copy to clipboard operation
electron-global copied to clipboard

One Electron instance for multiple apps

Results 5 electron-global issues
Sort by recently updated
recently updated
newest added

``` TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received type number (9) at Object.writeFile (internal/fs/promises.js:542:5) at Object. (/home/heath/SyncedProjects/pakkit/node_modules/electron-global/build/index.js:91:29) at...

arch linux rocket chat package is 23 MB, using: * https://aur.archlinux.org/cgit/aur.git/tree/?h=rocketchat-desktop * https://wiki.archlinux.org/index.php/Electron_package_guidelines is such a strategy applicable for windws and mac also?

Windows is not linux and as such you shouldn't dump .folders in user home directory. If you don't want to use %PROGRAMFILES% (which requires admin permissions) then the correct location...

Can we build independent executables means applicaion1.exe and application2.exe having different names and different icons? Still electron main process runtime is shared.