Fixed minor issue with pack build script. (Bug #2101)
This commit is contained in:
parent
8a356f0d23
commit
04eb060692
|
@ -5,7 +5,7 @@ load("build/js/Words.js");
|
|||
|
||||
// arguments
|
||||
var inFile = arguments[0];
|
||||
var outFile = arguments[1] || inFile.replace(/\.js$/, "pack.js");
|
||||
var outFile = arguments[1] || inFile.replace(/\.js$/, ".pack.js");
|
||||
|
||||
// options
|
||||
var base62 = true;
|
||||
|
|
Loading…
Reference in a new issue