@ -177,6 +177,10 @@ cython_debug/
.??*.swp
ws
# Apple
.DS_Store
# pEp
local.conf
@ -224,9 +224,6 @@ namespace SignedPackage {
verify_distribution_signature(target_path / "DIST.A",
target_path / "DIST.SIG", deployment_key);
decrypt_distribution_archive(target_path / "DIST.A",
target_path / "DIST.KEY", provisioning_key);
return target_path;
}