application

package
v0.2.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2019 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

package application proviedes build pipeline for application with gotron api.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	GoEntryPoint string // Directory where go build is executed
	AppDir       string // Application loaded by electronjs
	Target       string // Target system to build for
	OutputDir    string // Outputdirectory for build output
	Arch         string // Architecture to build for
}

func New

func New() *App

New application.App instance

func (*App) Run

func (app *App) Run() (err error)

Run the gotron-builder pipeline

func (*App) SetTarget

func (app *App) SetTarget(target string) (err error)

SetTarget sets the operation system to build the executable for

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL