mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
📦 Chore(custom): add arm64 support for Windows in config and update download links
This commit is contained in:
@@ -56,6 +56,12 @@ const win32 = [
|
|||||||
ext: '.exe',
|
ext: '.exe',
|
||||||
arch: '', // 32 & 64
|
arch: '', // 32 & 64
|
||||||
'version-file': 'latest.yml'
|
'version-file': 'latest.yml'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
appNameWithPrefix: 'PicList-Setup-',
|
||||||
|
ext: '.exe',
|
||||||
|
arch: '-arm64',
|
||||||
|
'version-file': 'latest.yml'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ const template = `
|
|||||||
#### Windows
|
#### Windows
|
||||||
[PicList-Setup-${version}-ia32.exe](${generateURL('-ia32', '.exe', 'PicList-Setup-')})
|
[PicList-Setup-${version}-ia32.exe](${generateURL('-ia32', '.exe', 'PicList-Setup-')})
|
||||||
[PicList-Setup-${version}-x64.exe](${generateURL('-x64', '.exe', 'PicList-Setup-')})
|
[PicList-Setup-${version}-x64.exe](${generateURL('-x64', '.exe', 'PicList-Setup-')})
|
||||||
|
[PicList-Setup-${version}-arm64.exe](${generateURL('-arm64', '.exe', 'PicList-Setup-')})
|
||||||
[PicList-Setup-${version}.exe](${generateURL('', '.exe', 'PicList-Setup-')})
|
[PicList-Setup-${version}.exe](${generateURL('', '.exe', 'PicList-Setup-')})
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|||||||
Reference in New Issue
Block a user