mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:17:29 +02:00
fix the ignore for server console packaging
This commit is contained in:
parent
92064fe507
commit
39c3ae79f9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ var options = {
|
||||||
arch: "x64",
|
arch: "x64",
|
||||||
platform: platform,
|
platform: platform,
|
||||||
icon: "resources/" + iconName,
|
icon: "resources/" + iconName,
|
||||||
ignore: "logs|(S|s)erver(\s|-)(C|c)onsole-\S+"
|
ignore: "logs|(S|s)erver(\\s|-)(C|c)onsole-\\S+"
|
||||||
}
|
}
|
||||||
|
|
||||||
const EXEC_NAME = "server-console";
|
const EXEC_NAME = "server-console";
|
||||||
|
|
Loading…
Reference in a new issue