Updated disk library

This commit is contained in:
Jeff Parsons 2016-08-09 12:33:23 -07:00
commit 4e5734cec7
2 changed files with 3 additions and 3 deletions

View file

@ -457,9 +457,9 @@ module.exports = function(grunt) {
"manifests": {
files: [
{
cwd: "disks/pc/",
cwd: "disks/pcx86/",
src: ["library.xml", "samples.xml", "private/library.xml"],
dest: "disks/pc/compiled/",
dest: "disks/pcx86/compiled/",
expand: true
}
],