mirror of
https://github.com/nicoverbruggen/NVAppUpdater.git
synced 2025-08-07 17:50:07 +02:00
Allow changelog URL callback to be set
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
struct CaskFile {
|
||||
public struct CaskFile {
|
||||
var properties: [String: String]
|
||||
|
||||
var name: String { return self.properties["name"]! }
|
||||
|
Reference in New Issue
Block a user