Add rootpath to deb command to not include everything in the deb file
This commit is contained in:
parent
05e237560d
commit
313289d28d
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ func (Release) Deb() {
|
|||
"--description", "'Vikunja is an open-source todo application, written in Go. It lets you create lists,tasks and share them via teams or directly between users.'",
|
||||
"-m", "maintainers@vikunja.io",
|
||||
"-p", RootPath+"/"+Executable+"-"+Version+"_amd64.deb",
|
||||
"./"+BinLocation+"=/opt/vikunja/vikunja",
|
||||
RootPath+"/"+BinLocation+"=/opt/vikunja/vikunja",
|
||||
"./config.yml.sample=/etc/vikunja/config.yml",
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue