From: Claudio Cambra Date: Thu, 19 Sep 2024 13:10:55 +0000 (+0800) Subject: Remove unused sparkleFile var X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~11^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=57b1e12c1653011e535d7c2413a6346d51e38323;p=nextcloud-desktop.git Remove unused sparkleFile var Signed-off-by: Claudio Cambra --- diff --git a/admin/osx/mac-crafter/Sources/Utils/Packaging.swift b/admin/osx/mac-crafter/Sources/Utils/Packaging.swift index 73232e167..135b097b8 100644 --- a/admin/osx/mac-crafter/Sources/Utils/Packaging.swift +++ b/admin/osx/mac-crafter/Sources/Utils/Packaging.swift @@ -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 {