mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-01 07:48:24 -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] = []
|
var exports: [InstallerExportType] = []
|
||||||
|
|
||||||
|
if !isoCompatible && !exportApplication && !exportDiskImage && exportISO && !exportPackage {
|
||||||
|
exportApplication = true
|
||||||
|
exportISO = false
|
||||||
|
}
|
||||||
|
|
||||||
if exportApplication {
|
if exportApplication {
|
||||||
exports.append(.application)
|
exports.append(.application)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue