Format dpkg-deb call

This commit is contained in:
BBaoVanC 2020-09-27 14:17:16 -05:00
parent 7407adf7c1
commit 069b1dcc38
No known key found for this signature in database
GPG Key ID: 6D74C8B0E7D791C2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ for fname in files2:
subprocess.check_call(['json2plist', '-i', '/tmp/{0}'.format(revdns), '-o', 'pkgs/{0}-uploadconfig/Library/Application Support/Notatio/{1}.plist'.format(revdns, dns)])
print("Called json2plist")
subprocess.check_call(['dpkg-deb', '-b', 'pkgs/{0}-uploadconfig'])
subprocess.check_call(['dpkg-deb', '-b', 'pkgs/{0}-uploadconfig'.format(revdns)])
print("Called dpkg-deb")