Fix repositoryURL

This commit is contained in:
Nindi Gill 2022-12-29 17:34:43 +11:00
parent 5cedfb9be3
commit b9e95912e5
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1

View file

@ -14,7 +14,7 @@ extension String {
static let helperIdentifier: String = "\(appIdentifier).helper"
static let helperLaunchDaemonURL: String = "/Library/LaunchDaemons/\(helperIdentifier).plist"
static let helperURL: String = "/Library/PrivilegedHelperTools/\(helperIdentifier)"
static let repositoryURL: String = "https://github.com/ninxsoft/\(appName)"
static let repositoryURL: String = "https://github.com/ninxsoft/Mist"
static let filenameTemplate: String = "Install %NAME% %VERSION%_%BUILD%"
static let firmwareFilenameTemplate: String = "\(filenameTemplate).ipsw"
static let applicationFilenameTemplate: String = "\(filenameTemplate).app"