latest-linux.yml not generated for deb file.....
command use : build -p always
in package.json:
"linux": {
"maintainer": "Md Azmal azmalmd12@gmail.com",
"category": "Audio",
"icon": "./build/png",
"target": [
"AppImage",
"deb"
]
}
deb files is supposed to be distributed using system package manager. Auto update supported only for AppImage.
@develar I think this should be mentioned in the docs.
Most helpful comment
debfiles is supposed to be distributed using system package manager. Auto update supported only for AppImage.