Commit fd7eea55 authored by Leo Iannacone's avatar Leo Iannacone

store orig_name also for file

parent c0fa808e
......@@ -18,6 +18,7 @@ var Utils = {
if (info.length >= 4) {
data.file = {}
data.file.name = info[3]
data.file.orig_name = data.package.orig_name + '.' + data.file.name
}
return data
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment