Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

rossmeier/go-astilectron-bindata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-astilectron-bindata

go-astilectron-bindata is a simple utility, that automatically downloads go-astilectron's binary dependencies and embeds them into the source code.

Installation

go get github.com/veecue/go-astilectron-bindata/...

Usage

  • add this line to your code: //go:generate go-astilectron-bindata and run go generate or simply run go-astilectron-bindata
  • add "github.com/veecue/go-astilectron-bindata" to your includes
  • add this code before a.Start(): a.SetProvisioner(astilectron_bindata.NewProvisioner(Disembed))

Parameters

go-astilectron-bindata --help:

Usage of go-astilectron-bindata:
  -c, --current-only
    	Only download electron for the current os

Releases

No releases published

Packages

No packages published

Languages