Disable machfs's fake Desktop DB

Re-enable when support is better. For now, it prevents Finder from
opening documents correctly.
This commit is contained in:
Elliot Nunn 2019-01-14 16:34:57 +08:00
parent 6013cb111a
commit 413ea3f8c8
1 changed files with 1 additions and 1 deletions

2
Build
View File

@ -292,7 +292,7 @@ vol['System Folder']['System'].rsrc = make_file(sys)
log('Writing out disk image')
with open(imgdest, 'wb') as f:
f.write(vol.write(256*1024*1024, align=4096))
f.write(vol.write(256*1024*1024, align=4096, desktopdb=False))
if not args.emu: exit()
log('Starting emulator...', flush=True)