wip
This commit is contained in:
parent
4784dbe498
commit
da36eb3b41
4 changed files with 67 additions and 33 deletions
|
@ -197,6 +197,10 @@ impl super::Platform for Platform {
|
|||
})
|
||||
}
|
||||
|
||||
fn os_name(&self) -> &'static str {
|
||||
"test"
|
||||
}
|
||||
|
||||
fn os_version(&self) -> Result<AppVersion> {
|
||||
Ok(AppVersion {
|
||||
major: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue