Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 428 Bytes

Enable hevc/h265 decodec

Build

https://github.com/electron/build-tools

$ e init master-release -i release --root=~/electron-release

$ vim $(e show root)/.gclient
- "url": 'https://github.com/electron/electron'  
+ "url": 'https://github.com/AAAhs/electron'

$ e sync --revision v9.1.2-hevc
$ e build

# Package
$ cd $(e show root)/src
$ electron/script/strip-binaries.py -d out/Release
$ e build electron:dist