winRes

package
v0.0.0-...-2c16882 Latest Latest
Warning

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

Go to latest
Published: May 13, 2022 License: Apache-2.0 Imports: 12 Imported by: 1

README

applogo.ico使用https://www.freelogodesign.org/preview?lang=en&name=Golcl&logo=2ffb4d90-2095-4daa-b334-389bbd40504c免费logo设计

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RSRC

type RSRC struct {
	CMDDir       string
	AppName      string
	IconPath     string
	ManifestPath string
	RSRCPath     string // rsrc.exe path
	// contains filtered or unexported fields
}

RSRC => github.com/akavel/rsrc

func NewRSRC

func NewRSRC() *RSRC

func (*RSRC) Gen

func (m *RSRC) Gen() error

type SYSO

type SYSO struct {
	FileVersion      string `json:"file_version"`
	FileRCVersion    string `json:"file_rc_version"`
	ProductVersion   string `json:"product_version"`
	ProductRCVersion string `json:"product_rc_version"`
	Manifest         string `json:"manifest"`
	MainIcon         string `json:"main_icon"`
	AppName          string `json:"app_name"`
	CompanyName      string `json:"company_name"`
	FileDescription  string `json:"file_description"`
	InternalName     string `json:"internal_name"`
	LegalCopyright   string `json:"legal_copyright"`
	OriginalFilename string `json:"original_filename"`
	ProductName      string `json:"product_name"`
	CMDDir           string
}

func NewSYSO

func NewSYSO() *SYSO

func (*SYSO) Gen

func (m *SYSO) Gen() error

func (*SYSO) RC

func (m *SYSO) RC() error

Jump to

Keyboard shortcuts

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