package
Version:
v0.0.0-...-5eaf078
Opens a new window with list of versions in this module.
Published: Sep 4, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Commands struct {
Pack func(Package) error `cmdl:"pack %v"`
}
type Package struct {
ID string `cmdl:"--packId %v,omitempty"`
Version string `cmdl:"--packVersion %v,omitempty"`
Dir string `cmdl:"--packDir %v,omitempty"`
MainEXE string `cmdl:"--mainExe %v,omitempty"`
Output string `cmdl:"-o %v,omitempty"`
Icon string `cmdl:"--icon %v,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.