mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove unused sparkleFile var
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
b5ace6055b
commit
3b635c263b
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user