From 0dbf9e829309964155feee5bfd35a41064ff9289 Mon Sep 17 00:00:00 2001 From: Martin Vladic Date: Sat, 30 Oct 2021 20:09:04 +0200 Subject: [PATCH] Update make-electron-builder-yml.ts --- installation/make-electron-builder-yml.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/installation/make-electron-builder-yml.ts b/installation/make-electron-builder-yml.ts index 693ccd99..3d2a898d 100644 --- a/installation/make-electron-builder-yml.ts +++ b/installation/make-electron-builder-yml.ts @@ -171,9 +171,16 @@ let files = [ "!**/node_modules/*.d.ts", "!**/node_modules/.bin", "!**/*.js.map", + "!**/*.css.map", "!**/*.ilk", "!**/*.lib", "!node_modules/better-sqlite3/build/Release/obj", + "!node_modules/better-sqlite3/deps", + "!node_modules/better-sqlite3/src", + "!node_modules/better-sqlite3/docs", + "!node_modules/bootstrap-dark-5/scss", + "!node_modules/ff-napi/deps", + "!node_modules/ff-napi/src", "!build/eez-studio-ui/_images/background.png", "!node_modules/plotly.js/dist/**", "!node_modules/plotly.js/src/**",