mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-29 06:25:32 -04:00
Fix repositoryURL
This commit is contained in:
parent
5cedfb9be3
commit
b9e95912e5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue