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