tootle-linux-client/src/Build.vala

10 lines
300 B
Vala
Raw Normal View History

2020-05-29 14:19:35 +02:00
public class Build {
public const string NAME = "Tootle";
public const string WEBSITE = "https://github.com/bleakgrey/tootle";
public const string DOMAIN = "com.github.bleakgrey.tootle";
public const string RESOURCES = "/com/github/bleakgrey/tootle/";
public const string VERSION = "1.0.0";
}