Skip to content

Commit b8fcda0

Browse files
committed
refactor: download mac app as universal
Signed-off-by: seven <[email protected]>
1 parent 4504d11 commit b8fcda0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/.vitepress/theme/components/download.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup>
22
const platforms = {
3-
'macos_x86': 'x64.dmg',
4-
'macos_arm': 'arm64.dmg',
3+
'macos_x86': 'universal.dmg',
4+
'macos_arm': 'universal.dmg',
55
'windows_x86': 'x64.Setup.exe',
66
'windows_arm': 'arm64.Setup.exe',
77
'linux_x86': '_amd64.deb',

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dockit-site",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)