diff options
| author | Jeff Carr <[email protected]> | 2025-10-09 20:00:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-09 20:06:39 -0500 |
| commit | 5cc996fb000749369a339b850c1f2f2218892537 (patch) | |
| tree | 4e6818c93fd5d6257d7fdfae0d993acdaadef736 /main.go | |
| parent | 6910b06ff957337af42f89c1a19072cb75c0ae74 (diff) | |
nearing ability to create dists/v0.0.16
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -61,6 +61,10 @@ func main() { err = doDistro() } + if argv.MakeDists != nil { + s, err = doMakeDists("/home/mirrors/wit") + } + if err != nil { me.sh.BadExit(s, err) } |
