mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
change a comment in packager.js
This commit is contained in:
parent
f172c2b251
commit
a1851e2a1a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if (osType == "Darwin") {
|
|||
options["name"] = "server-console"
|
||||
}
|
||||
|
||||
// call the packager now
|
||||
// call the packager to produce the executable
|
||||
packager(options, function(error, appPath){
|
||||
console.log("Wrote new app to " + appPath);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue