mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 19:12:28 +02:00
add various root files to console package ignore
This commit is contained in:
parent
92388949fd
commit
0ac7665db8
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+|electron-packager"
|
||||
ignore: "logs|(S|s)erver(\\s|-)(C|c)onsole-\\S+|electron-packager|README.md|CMakeLists.txt|packager.js|.gitignore"
|
||||
}
|
||||
|
||||
const EXEC_NAME = "server-console";
|
||||
|
|
Loading…
Reference in a new issue