doing lua functions for build files, to run only in afero.FS

This commit is contained in:
2025-10-24 11:10:43 -03:00
parent 6377de7208
commit 26f9e20ae8
5 changed files with 205 additions and 4 deletions

6
internal/build/specs.go Normal file
View File

@@ -0,0 +1,6 @@
package build
const (
BinDir = "/usr/bin"
SymLinkBinDir = "/bin"
)