Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #115 from r0b5t4/XWALK-6596
Browse files Browse the repository at this point in the history
Windows: Fix building against crosswalk dir
  • Loading branch information
r0b5t4 committed Mar 22, 2016
2 parents cbd9f40 + edf319b commit 09266a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/lib/WinPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function(crosswalkPath) {
if (ShellJS.test("-d", crosswalkPath)) {
ShellJS.mkdir(this.platformPath);
ShellJS.cp(Path.join(crosswalkPath, "*"), this.platformPath);
version = util.Version.createFromPath(crosswalkPath);
version = util.Version.createFromFile(Path.join(crosswalkPath, "VERSION"));
} else {
var xwalk = new util.CrosswalkZip(crosswalkPath);
var entry = xwalk.getEntry(xwalk.root);
Expand Down

0 comments on commit 09266a7

Please sign in to comment.