mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 11:13:06 +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",
|
||||
platform: platform,
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue