Skip to content

Commit a0ea2ab

Browse files
authored
feat: why is sequoia here
Signed-off-by: windstone <notwindstone@gmail.com>
1 parent 10aad28 commit a0ea2ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/Downloads.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const { data, isPending } = useQuery({
4747
[RuntimeDownloadLink.AppImage, ".appimage"],
4848
[RuntimeDownloadLink.Qt5Linux, "linux-qt5"],
4949
[RuntimeDownloadLink.Qt6Linux, "linux-qt6"],
50-
[RuntimeDownloadLink.macOS, "macos-sequoia"],
50+
[RuntimeDownloadLink.macOS, "macos"],
5151
[RuntimeDownloadLink.SetupMSVCX86, "msvc-setup"],
5252
[RuntimeDownloadLink.SetupMinGW, "mingw-w64-setup"],
5353
[RuntimeDownloadLink.SetupMSVCARM, "msvc-arm64-setup"],
@@ -100,4 +100,4 @@ const releases = computed((): GithubReleasesType => {
100100
</div>
101101
<DownloadLinks :data="data" :is-pending="isPending" />
102102
</Page>
103-
</template>
103+
</template>

0 commit comments

Comments
 (0)