Documentation
¶
Index ¶
Constants ¶
View Source
const ( EXIT_OK = 0 EXIT_INVALID_DEFINITION = 51 EXIT_ABORTED_BY_USER = 52 EXIT_INSTALL_UPDATE_ERROR = 53 EXIT_MOVE_OBJECTS_ERROR = 54 EXIT_CREATE_FILES_ERROR = 55 EXIT_CREATE_FOLDERS_ERROR = 56 EXIT_RENAME_ERROR = 57 EXIT_SYMLINK_ERROR = 58 EXIT_SHORTCUT_ERROR = 59 )
Variables ¶
This section is empty.
Functions ¶
func InstallOrUpdate ¶ added in v1.5.0
func InstallOrUpdate(state data.AppState, forceExtract bool, skipDownload bool, customAppLocationForShortcut string, archivesSubDir string, askForConfirmation bool) (error error, errorMessage string, exitCode int)
InstallOrUpdate will execute commands from an app-definitions file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.