Skip to content

Commit 4504d11

Browse files
committed
fix windows binary artifacts name
Signed-off-by: seven <[email protected]>
1 parent abe06a9 commit 4504d11

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
const platforms = {
33
'macos_x86': 'x64.dmg',
44
'macos_arm': 'arm64.dmg',
5-
'windows_x86': '.exe',
6-
'windows_arm': 'Setup.exe',
5+
'windows_x86': 'x64.Setup.exe',
6+
'windows_arm': 'arm64.Setup.exe',
77
'linux_x86': '_amd64.deb',
88
'linux_arm': '_arm64.deb'
99
};

package-lock.json

Lines changed: 9 additions & 9 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.2",
3+
"version": "0.1.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)