Skip to content

Commit ab254ee

Browse files
committed
Always pull the latest release SideStore IPA
1 parent 50b699f commit ab254ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AltServer/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import AltSign
1414
import LaunchAtLogin
1515
import Sparkle
1616

17-
private let altstoreAppURL = URL(string: "https://github.com/SideStore/SideStore/releases/download/0.1.1/SideStore.ipa")!
17+
private let altstoreAppURL = URL(string: "https://github.com/SideStore/SideStore/releases/latest/download/SideStore.ipa")!
1818

1919
extension ALTDevice: MenuDisplayable {}
2020

0 commit comments

Comments
 (0)