Electron-builder: latest-linux.yml not generated for deb files

Created on 25 Jun 2018  路  2Comments  路  Source: electron-userland/electron-builder


  • Version: 20.15.1

  • Target: Linux/Ubuntu


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"
]
}

linux question

Most helpful comment

deb files is supposed to be distributed using system package manager. Auto update supported only for AppImage.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings