Adds a utility binary and adds tasks to the windows node

This commit is contained in:
zontreck 2024-08-24 00:02:02 -07:00
parent 6555b6c8f0
commit 92df8e4dcd
3 changed files with 104 additions and 14 deletions

3
lib/consts.dart Normal file
View file

@ -0,0 +1,3 @@
class Constants {
static const VERSION = "1.2.082424+0001";
}