9
0
mirror of https://github.com/Dreeam-qwq/Gale.git synced 2025-12-30 20:29:23 +00:00
Files
Gale/patches
Dreeam 7ebf02669e Fix code style & Adjust sequence of organizationDisplayName and projectDisplayName in version fetcher
before:
```
githubBranchName
downloadPage
organizationDisplayName
projectDisplayName
gitHubOrganizationName
gitHubRepoName
```

after:
```
githubBranchName
downloadPage
projectDisplayName
organizationDisplayName
gitHubOrganizationName
gitHubRepoName
```

just makes it looks friendly and reasonable
2024-08-20 11:06:47 -04:00
..
2024-08-20 10:57:00 -04:00