Noah Petherbridge
0126c288b2
* Update the Makefile to choose MacOS friendly `date` formats. * Build the Windows doodle.exe binary as a GUI application to skip the console window. * Added Mac OS build instructions.
9 lines
172 B
Go
9 lines
172 B
Go
package branding
|
|
|
|
// Constants for branding and version information.
|
|
const (
|
|
AppName = "Project: Doodle"
|
|
Summary = "A drawing-based maze game"
|
|
Version = "0.0.9-alpha"
|
|
)
|