Documentation ¶
Overview ¶
Package opt provides various informations not specific to a particular function.
Index ¶
- Constants
- func DisplayResolutions(xrandrBin string) (map[string]string, error)
- func DownloadFile(url, dest string) error
- func ExePath(exeName string) (string, error)
- func ExtractTarball(path, dest, kind string) error
- func GeWineInstalled(protonDir, version string) bool
- func GetVersions(url string) ([]string, error)
- func ListDir(path string) ([]string, error)
- func ReleaseData(url string) ([]*githubRelease, error)
- func ValidGeWineVersion(url, version string) bool
Constants ¶
View Source
const GeReleaseURL = "https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases"
Variables ¶
This section is empty.
Functions ¶
func DisplayResolutions ¶
DisplayResolutions uses xrandr to get a map of screen:resolution values for each display.
func DownloadFile ¶
func ExtractTarball ¶
func GeWineInstalled ¶
func GetVersions ¶
GetVersions returns an array of strings that represent VCS release tags after fetching them from the given URL.
func ReleaseData ¶
func ValidGeWineVersion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.