Added a way to include files in a source package that can be used during the compilation process (i.e patch files)

This commit is contained in:
2024-04-16 21:04:36 +03:00
parent 472d21a618
commit b568d4db32
9 changed files with 192 additions and 139 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
/* A simple-to-use package manager */
/* ---------------------------------- */
var bpmVer = "0.1.1"
var bpmVer = "0.1.2"
var subcommand = "help"
var subcommandArgs []string