Compare commits

...

2 Commits

Author SHA1 Message Date
Spidy123222
94ee08c718 Enable building for connect branch.
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
2024-01-12 19:00:06 -08:00
Spidy123222
fd7dc94975 Swap to Connect Source
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
2024-01-12 18:57:34 -08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ name: Nightly SideStore build
on: on:
push: push:
branches: branches:
- develop - connect-develop
jobs: jobs:
build: build:

View File

@@ -20,17 +20,17 @@ public extension Source
#if STAGING #if STAGING
#if ALPHA #if ALPHA
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")!
#else #else
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")!
#endif #endif
#else #else
#if ALPHA #if ALPHA
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")!
#else #else
static let altStoreSourceURL = URL(string: "https://apps.sidestore.io/")! static let altStoreSourceURL = URL(string: "https://connect.sidestore.io/")!
#endif #endif
#endif #endif