An example bare project structure of Electron with Adobe Flash Player plugin, and developed with electron-webpack. Make sure to check out electron-webpack, and electron-builder documentation for more details.
Simply clone down this repository, install dependencies, and get started on your application. The use of the yarn package manager is strongly recommended, as opposed to using npm.
git clone https://github.com/Loneth/ElectronFlash.git cd ElectronFlash rm -rf .gitand then
yarnrun application in development mode
yarn devcompile source code and create webpack output
yarn compileyarn compile & create build with electron-builder
yarn distyarn compile & create unpacked build with electron-builder
yarn dist:diror you can just run the build_win32.bat for windows 32 bit or build_win64.bat for windows 64 bit.