Disk corrections
This commit is contained in:
parent
4c8381e09f
commit
17da16a32f
2 changed files with 2 additions and 2 deletions
|
|
@ -398,7 +398,7 @@ module.exports = function(grunt) {
|
|||
files: [
|
||||
{
|
||||
cwd: "disks/pc/",
|
||||
src: ["library.xml", "samples.xml"],
|
||||
src: ["library.xml", "samples.xml", "private/library.xml"],
|
||||
dest: "disks/pc/compiled/",
|
||||
expand: true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<disk path="/disks/pc/dos/ibm/1.10/PCDOS110.json">PC-DOS 1.10</disk>
|
||||
<disk path="/disks/pc/dos/ibm/2.00/PCDOS200-DISK1.json">PC-DOS 2.00 (Disk 1)</disk>
|
||||
<disk path="/disks/pc/dos/ibm/2.00/PCDOS200-DISK2.json">PC-DOS 2.00 (Disk 2)</disk>
|
||||
<disk path="/disks/pc/games/microsoft/adventure/adventure-1981.json">Microsoft Adventure</disk>
|
||||
<disk path="/disks/pc/games/microsoft/adventure/ADVENTURE-1981.json">Microsoft Adventure</disk>
|
||||
<disk path="/apps/pc/1981/visicalc/disk.json">VisiCalc</disk>
|
||||
</control>
|
||||
<control type="button" binding="loadDrive">Load</control>
|
||||
|
|
|
|||
Loading…
Reference in a new issue