deepak1556 / debian-sysroot-image-creator

Scripts to create debian sysroot image for building electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debian-sysroot-image-creator

Chromium's scripts for creating Debian sysroot images, modified to fit Electron's dependencies.

Boostrap (if you need to upload binaries)

$ go get github.com/aktau/github-release
$ export GITHUB_TOKEN=YOURTOKEN

Usage

$ ./scripts/sysroot-creator-wheezy.sh BuildSysrootARM
$ ./scripts/sysroot-creator-wheezy.sh UploadSysrootARM 0.1.0 "release description"

About

Scripts to create debian sysroot image for building electron


Languages

Language:Shell 100.0%