File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/.vitepress/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ export function tmp_android_2(version: string) {
1414 const result : $ReleaseAsset [ ] = [
1515 {
1616 version,
17- link : `${ githubReleaseUrl } /download/android-${ version } /DwebBrowser_arm64_v${ version } .apk` ,
17+ link : `${ githubReleaseUrl } /download/android-${ version } -stable /DwebBrowser_arm64_v${ version } .apk` ,
1818 supports : [ baseSupport ] ,
1919 } ,
2020 {
2121 version,
22- link : `${ githubReleaseUrl } /download/android-${ version } /DwebBrowser_all_v${ version } .apk` ,
22+ link : `${ githubReleaseUrl } /download/android-${ version } -stable /DwebBrowser_all_v${ version } .apk` ,
2323 supports : ( [ "64" , "32" ] as const )
2424 . map ( ( bitness ) => {
2525 return ( [ "x86" , "arm" ] as const ) . map ( ( architecture ) => {
You can’t perform that action at this time.
0 commit comments