Skip to content

protozoa-nz/ticktack-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticktack-builder

Setup

$ npm clone https://github.com/.../ticktack-builder
$ cd ticktack-builder
$ npm install
$ git clone https://github.com/.../ticktack app

The latest app source should be in ./app

Dependencies

You'll need some more dependencies to create builds.

See the electron-builder wiki page: Multi Platform Build

On linux you'll need a few more deps:

sudo apt-get install icnsutils graphicsmagick xz-utils
npm install 7zip-bin-linux

(WARNING - looks like 7zip-bin is being fancy .. the package-lock Matt uploaded has 7zip-bin-mac in in)

Stamp Release

$ cd ticktack-builder
$ npm run update
$ npm run release

Output to ./dist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published