mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-06-22 04:11:37 +10:00
Fix for setup executable unable to be launched (#81)
This commit is contained in:
@@ -181,9 +181,7 @@ impl ProcessManager<'_> {
|
|||||||
.cloned()
|
.cloned()
|
||||||
{
|
{
|
||||||
Some(GameDownloadStatus::Installed { version_name, .. }) => version_name,
|
Some(GameDownloadStatus::Installed { version_name, .. }) => version_name,
|
||||||
Some(GameDownloadStatus::SetupRequired { .. }) => {
|
Some(GameDownloadStatus::SetupRequired { version_name, .. }) => version_name,
|
||||||
return Err(ProcessError::SetupRequired);
|
|
||||||
}
|
|
||||||
_ => return Err(ProcessError::NotInstalled),
|
_ => return Err(ProcessError::NotInstalled),
|
||||||
};
|
};
|
||||||
let meta = DownloadableMetadata {
|
let meta = DownloadableMetadata {
|
||||||
|
|||||||
Reference in New Issue
Block a user