You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ You can create a custom shell for your WebApp for each OS, to give it a more nat
33
33
- In `constants.json -> settings`:
34
34
- Locate `usePhotonKitShell` (macOS), `useWindowsShell` or `useLinuxShell` and enable accordingly.
35
35
- Set `nodeIntegrationEnabled` to _true_.
36
-
- Set `frame` to _false_ for macOS.
36
+
- Set `frame` to _false_ for macOS. For other OS', it depends on how you create your shell. I wouldn't recommend disabling the frame on Windows, as this hides your native Menu completely.
37
37
38
38
## Building with [electron-builder](https://github.com/electron-userland/electron-builder)
39
39
Electron-PWA-Wrapper comes with *electron-builder* preconfigured for macOS (dmg, mas), Linux ((AppImage)[https://appimage.org]) and Windows (Appx + Portable).
0 commit comments