Skip to content

Commit

Permalink
refactor: fix store base url
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Oct 30, 2023
1 parent 165e750 commit ad51bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/utils/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ abstract class Constants {
static const String ghUserName = 'yukino-org';
static const String ghRepoName = 'sora';
static const String ghMainBranch = 'main';
static const String ghDistBranch = 'main';
static const String ghDistBranch = 'dist';

static const String ghMainBranchURL =
'https://github.com/$ghUserName/$ghRepoName/tree/$ghMainBranch';
Expand Down

0 comments on commit ad51bde

Please sign in to comment.