Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/njleonzhang/test-electron-as-browser


https://github.com/njleonzhang/test-electron-as-browser

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# test-electron-as-browser

[electron-as-browser](https://github.com/hulufei/electron-as-browser) + electron-forge 6.2,electron 18, support win7 and 银河麒麟v4 (debian)

## build for deb on mac
1. install fakeroot and dpkg through brew
```
brew install fakeroot dpkg
```

2. try to build
```
npm run make -- --platform=linux
```

if encounter error about rpmbuild as following, just comment out `maker-rpm` config from `forge.config.js`

image

workaroud:

image