Fix glob pattern for electron-builder
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"main_bundle.js",
|
"main_bundle.js",
|
||||||
"browser/**/*.{html,css,_bundle.js}",
|
"browser/**/*{.html,.css,_bundle.js}",
|
||||||
"assets/**/*",
|
"assets/**/*",
|
||||||
"node_modules/bootstrap/dist/**"
|
"node_modules/bootstrap/dist/**"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user