mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add a package.json for Node dependencies
It makes managing them easier.
This commit is contained in:
@@ -27,7 +27,7 @@ for (var i = 0; i < release_paths.length; ++i) {
|
||||
}
|
||||
}
|
||||
|
||||
var vulcanize = 'vulcanize';
|
||||
var vulcanize = path.join(root_path, 'node_modules', '.bin', 'vulcanize');
|
||||
if (os.platform() == 'win32') {
|
||||
vulcanize += '.cmd';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user