mirror of
https://github.com/lubosz/overte.git
synced 2025-08-04 18:48:59 +02:00
ignore logs and packages when packaging console
This commit is contained in:
parent
3a33d8815e
commit
f5bf431cd5
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ var options = {
|
||||||
prune: true,
|
prune: true,
|
||||||
arch: "x64",
|
arch: "x64",
|
||||||
platform: platform,
|
platform: platform,
|
||||||
icon: "resources/" + iconName
|
icon: "resources/" + iconName,
|
||||||
|
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