We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10aad28 commit a0ea2abCopy full SHA for a0ea2ab
1 file changed
src/pages/Downloads.vue
@@ -47,7 +47,7 @@ const { data, isPending } = useQuery({
47
[RuntimeDownloadLink.AppImage, ".appimage"],
48
[RuntimeDownloadLink.Qt5Linux, "linux-qt5"],
49
[RuntimeDownloadLink.Qt6Linux, "linux-qt6"],
50
- [RuntimeDownloadLink.macOS, "macos-sequoia"],
+ [RuntimeDownloadLink.macOS, "macos"],
51
[RuntimeDownloadLink.SetupMSVCX86, "msvc-setup"],
52
[RuntimeDownloadLink.SetupMinGW, "mingw-w64-setup"],
53
[RuntimeDownloadLink.SetupMSVCARM, "msvc-arm64-setup"],
@@ -100,4 +100,4 @@ const releases = computed((): GithubReleasesType => {
100
</div>
101
<DownloadLinks :data="data" :is-pending="isPending" />
102
</Page>
103
-</template>
+</template>
0 commit comments