Skip to content

Commit

Permalink
Update build-installation-new.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Apr 26, 2021
1 parent 603842e commit 7098369
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions installation/build-installation-new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ async function getExtraResource() {
let files = [
"dist/**",
"libs/**",

"icon.icns",
"icon.ico",
"LICENSE.TXT",

"node_modules/**",
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
Expand All @@ -48,7 +46,13 @@ async function getExtraResource() {
"!**/*.ilk",
"!**/*.lib",
"!node_modules/better-sqlite3/build/Release/obj",
"!dist/eez-studio-ui/_images/background.png"
"!dist/eez-studio-ui/_images/background.png",
"!node_modules/plotly.js/dist/**",
"!node_modules/plotly.js/src/**",
"node_modules/plotly.js/dist/plotly.min.js",
"!node_modules/mapbox-gl/dist/**",
"!node_modules/mapbox-gl/src/**",
"node_modules/mapbox-gl/dist/mapbox-gl.js"
];

// if (Platform.current() === Platform.WINDOWS) {
Expand Down

0 comments on commit 7098369

Please sign in to comment.