vpk

package
v0.0.0-...-5eaf078 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CMD = api.Import[struct {
	Commands `cmdl:"%v"`

	Linux   Commands `cmdl:"[linux]"`
	Windows Commands `cmdl:"[win]"`
	OSX     Commands `cmdl:"[osx]"`
}](cmdl.API, "vpk", nil)

Functions

This section is empty.

Types

type Commands

type Commands struct {
	Pack func(Package) error `cmdl:"pack %v"`
}

type Package

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL