Skip to content

Commit 26ebfbf

Browse files
committed
ISO file was not relative
1 parent 758a98f commit 26ebfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/emulator.worker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const emulator = new V86({
131131
url: 'https://raw.githubusercontent.com/copy/v86/master/bios/vgabios.bin',
132132
},
133133
cdrom: {
134-
url: 'lib/rootfs.iso',
134+
url: './lib/rootfs.iso',
135135
},
136136
hda: null,
137137
hdb: null,

0 commit comments

Comments
 (0)