mirror of
https://github.com/alterware/alterware-launcher.git
synced 2026-03-03 17:03:03 +00:00
add --prerelease
This commit is contained in:
@@ -46,6 +46,8 @@ pub struct Config {
|
||||
pub use_https: bool,
|
||||
#[serde(default)]
|
||||
pub skip_redist: bool,
|
||||
#[serde(default)]
|
||||
pub prerelease: bool,
|
||||
}
|
||||
|
||||
impl Default for Config {
|
||||
@@ -60,6 +62,7 @@ impl Default for Config {
|
||||
engine: String::default(),
|
||||
use_https: true,
|
||||
skip_redist: false,
|
||||
prerelease: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user