Skip to content

Commit

Permalink
use Go appify tool
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed May 6, 2018
1 parent ad99fcd commit 2ced4eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 29 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clean:
build: clean
go generate
go build -o app
bin/appify app $(APP_NAME)
appify -name=$(APP_NAME) app

run: clean build
sleep 1
Expand All @@ -17,3 +17,8 @@ run: clean build
debug: clean build
sleep 1
MB_DESKTOP_DEBUG=true open -a $(APP_NAME).app

install:
go get github.com/machinebox/appify
go get github.com/jteeuwen/go-bindata/...
go get github.com/elazarl/go-bindata-assetfs/...
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Build with: `make build`

## Install

Use `make install` to run:

```
& go get github.com/machinebox/appify
$ go get github.com/jteeuwen/go-bindata/...
$ go get github.com/elazarl/go-bindata-assetfs/...
```
28 changes: 0 additions & 28 deletions bin/appify

This file was deleted.

0 comments on commit 2ced4eb

Please sign in to comment.