Allow for ${ENV_VARIABLES} in paths. Also ~ is now supported, even on windows.

This commit is contained in:
2024-11-21 11:19:28 +01:00
parent 48b15de4c5
commit 4b0bfa8e4c
4 changed files with 76 additions and 6 deletions

View File

@ -26,7 +26,7 @@ func main() {
app := &cli.App{
Name: "gowebbuild",
Usage: "All in one tool to build web frontend projects.",
Version: "6.1.3",
Version: "6.2.1",
Authors: []*cli.Author{{
Name: "trading-peter (https://github.com/trading-peter)",
}},