Remove unused sparkleFile var

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-09-19 21:10:55 +08:00
parent b5ace6055b
commit 3b635c263b

View File

@ -25,7 +25,6 @@ enum PackagingError: Error {
func buildPackage(appName: String, buildWorkPath: String, productPath: String) throws -> String {
let packageFile = "\(appName).pkg"
let sparkleFile = "\(packageFile).tbz"
let pkgprojPath = "\(buildWorkPath)/admin/osx/macosx.pkgproj"
guard shell("packagesutil --file \(pkgprojPath) set project name \(appName)") == 0 else {