Desktop: Generate .deb package (#11526)

This commit is contained in:
pedr
2024-12-17 19:05:15 +01:00
committed by GitHub
parent 6dc1bc7870
commit b147cc6235
+4 -1
View File
@@ -118,7 +118,10 @@
"Icon": "joplin", "Icon": "joplin",
"MimeType": "x-scheme-handler/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", "homepage": "https://github.com/laurent22/joplin#readme",