Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix st
Browse files Browse the repository at this point in the history
  • Loading branch information
k03mad committed Oct 29, 2024
1 parent e76c89d commit fb618ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cron/providers/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {getApkFromGhRepos} from './helpers/github.js';
export default () => getApkFromGhRepos([
{name: 'AdguardTeam/ContentBlocker'},
{name: 'Aefyr/SAI'},
{name: 'Catfriend1/syncthing-android', filter: {include: /github/, exclude: /signed/}},
{name: 'Catfriend1/syncthing-android', filter: {include: /fdroid|gplay|signed/}},
{name: 'DP-Hridayan/aShellYou'},
{name: 'imranr98/obtainium', filter: {include: /arm64/, exclude: /fdroid/}},
{name: 'kyujin-cho/pixel-volte-patch'},
Expand Down

0 comments on commit fb618ae

Please sign in to comment.