Skip to content
Snippets Groups Projects
Commit 629ed47f authored by Vitaliy Vashchenko's avatar Vitaliy Vashchenko
Browse files

fix .deb build

parent bf41636b
Branches feature-deb-fix
Tags 3.7B3
No related merge requests found
......@@ -454,6 +454,12 @@ def createDebPackage(String version) {
into "../$packageFolder/usr/share/doc/$tablexiaPackage" + "/"
}
exec {
commandLine = ['chmod', '0775', "$tablexiaApp"]
workingDir = "../desktop/build/libs/"
}
exec {
commandLine = ['dpkg-deb',"--build","$tablexiaApp"]
workingDir = "../desktop/build/libs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment