Documentation
¶
Index ¶
- Constants
- func HasUnsignedWindowsNotice(assets []ReleaseAsset) bool
- func InstallerAssetName(release ReleaseInfo) string
- func InstallerAssetScore(name, contentType string) int
- func IsInstallerAssetName(name string) bool
- func NormalizeInstallMode(mode, downloadURL string) string
- func ResolveDir(cfgPath, exeDir, localAppData, tempDir string) string
- func SelectWindowsInstallerAsset(assets []ReleaseAsset) (string, string, int64)
- type ReleaseAsset
- type ReleaseInfo
Constants ¶
View Source
const ( InstallModeVerified = "verified_installable" InstallModeManualUnsigned = "manual_unsigned" )
Variables ¶
This section is empty.
Functions ¶
func HasUnsignedWindowsNotice ¶
func HasUnsignedWindowsNotice(assets []ReleaseAsset) bool
func InstallerAssetName ¶
func InstallerAssetName(release ReleaseInfo) string
func InstallerAssetScore ¶
func IsInstallerAssetName ¶
func NormalizeInstallMode ¶
func ResolveDir ¶
func SelectWindowsInstallerAsset ¶
func SelectWindowsInstallerAsset(assets []ReleaseAsset) (string, string, int64)
Types ¶
type ReleaseAsset ¶
Click to show internal directories.
Click to hide internal directories.