mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-30 23:15:18 -04:00
Fix ISO compatibility check
This commit is contained in:
parent
46bf6206ff
commit
b5d2e31e96
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@ struct InstallerExportView: View {
|
|||
|
||||
var exports: [InstallerExportType] = []
|
||||
|
||||
if !isoCompatible && !exportApplication && !exportDiskImage && exportISO && !exportPackage {
|
||||
exportApplication = true
|
||||
exportISO = false
|
||||
}
|
||||
|
||||
if exportApplication {
|
||||
exports.append(.application)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue