mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
add bin to packagerConfig
This commit is contained in:
parent
6527659108
commit
5c436198af
@ -48,7 +48,7 @@ function ignoreFn(path) {
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
packagerConfig: {
|
packagerConfig: {
|
||||||
ignore: ignoreFn,
|
ignore: ignoreFn,
|
||||||
files: ["package.json", "dist/*", "public/*"],
|
files: ["package.json", "dist/*", "public/*", "bin/*"],
|
||||||
icon: "public/waveterm.icns",
|
icon: "public/waveterm.icns",
|
||||||
},
|
},
|
||||||
rebuildConfig: {},
|
rebuildConfig: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user