velopack 0.0.1298

Installer and automatic updates for cross-platform desktop applications
Documentation
1
2
3
4
5
6
7
8
9
#![allow(missing_docs)]

pub const HOOK_ENV_FIRSTRUN: &str = "VELOPACK_FIRSTRUN";
pub const HOOK_ENV_DEBUG: &str = "VELOPACK_DEBUG";
pub const HOOK_ENV_RESTART: &str = "VELOPACK_RESTART";
pub const HOOK_CLI_INSTALL: &str = "--veloapp-install";
pub const HOOK_CLI_UPDATED: &str = "--veloapp-updated";
pub const HOOK_CLI_OBSOLETE: &str = "--veloapp-obsolete";
pub const HOOK_CLI_UNINSTALL: &str = "--veloapp-uninstall";