Skip to content
Snippets Groups Projects
Commit 90e4ed45 authored by blocktrron's avatar blocktrron
Browse files

fix x86 pictures

parent 798ae27b
Branches
Tags
No related merge requests found
......@@ -424,6 +424,8 @@ var firmwarewizard = function() {
preview = preview.replace('x86-generic', 'x86-generic.img');
preview = preview.replace('x86-64', 'x86-generic.img');
preview = preview.replace('x86-kvm', 'x86-kvm.img');
preview = preview.replace('x86-generic.img.vdi', 'x86-virtualbox.vdi');
preview = preview.replace('x86-generic.img.vmdk', 'x86-vmware.vmdk');
// collect branch versions
app.currentVersions[branch] = version;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment