Electron: Exclude get/ folder from build (#3716)

This commit is contained in:
Alexander Zinchuk 2023-08-14 11:17:49 +02:00
parent ffafa27106
commit 6c455fa642

View File

@ -11,6 +11,7 @@ files:
- "!dist/**/statoscope-report.html"
- "!dist/**/reference.json"
- "!dist/img-apple-*"
- "!dist/get"
- "!node_modules"
directories:
buildResources: "./public"