Use a custom control file for the Debian package
So we can say we replace the riot-web package
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user