1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00

Desktop: Generate .deb package (#11526)

This commit is contained in:
pedr 2024-12-17 15:05:15 -03:00 committed by GitHub
parent 6dc1bc7870
commit b147cc6235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,10 @@
"Icon": "joplin",
"MimeType": "x-scheme-handler/joplin;"
},
"target": "AppImage"
"target": ["AppImage", "deb"],
"executableName": "joplin",
"maintainer": "Joplin Team <no-reply@joplinapp.org>",
"artifactName": "Joplin-${version}.${ext}"
}
},
"homepage": "https://github.com/laurent22/joplin#readme",