Use a custom control file for the Debian package

So we can say we replace the riot-web package
This commit is contained in:
David Baker
2019-12-13 10:45:27 +00:00
parent 98fa34f56f
commit 6e6e7d82c8
4 changed files with 31 additions and 1 deletions

View File

@@ -65,7 +65,10 @@
}
},
"deb": {
"afterInstall": "build/linux/after-install.tpl"
"afterInstall": "build/linux/after-install.tpl",
"fpm": [
"--deb-custom-control=pkg/control"
]
},
"mac": {
"category": "public.app-category.social-networking",