mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 06:55:39 +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,
|
||||
arch: "x64",
|
||||
platform: platform,
|
||||
icon: "resources/" + iconName
|
||||
icon: "resources/" + iconName,
|
||||
ignore: "logs|(S|s)erver(\s|-)(C|c)onsole-\S+"
|
||||
}
|
||||
|
||||
const EXEC_NAME = "server-console";
|
||||
|
|
Loading…
Reference in a new issue