add printlicenses

This commit is contained in:
idk
2022-07-12 02:34:26 -04:00
parent f6d72679d7
commit 063371d923

View File

@ -15,6 +15,7 @@ import (
flag "github.com/spf13/pflag"
"github.com/cloudfoundry/jibber_jabber"
"github.com/eyedeekay/go-I2P-jpackage"
"github.com/itchio/damage"
"github.com/itchio/damage/hdiutil"
"github.com/itchio/headway/state"
@ -57,6 +58,7 @@ func LICENSE() {
log.Fatal(err)
}
fmt.Println(string(license_bytes))
I2P.PrintLicenses()
os.Exit(0)
}