Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Build.go creates a .deb package. To create a new .deb package run the command below on an Ubuntu box:

go run build.go -e production -b 30
  • -e defines the environment, it can be production or development.
  • -b defines the build number, it should be an integer.