Skip to content

Commit

Permalink
Merge pull request #2468 from 77-QiQi/uim
Browse files Browse the repository at this point in the history
[Uim] Update MacOS client download
  • Loading branch information
Anankke committed Sep 28, 2024
2 parents 49fc897 + 37f1fa7 commit 256a52f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"saveName": "SFA.apk"
},
{
"sourceName": "SFM-%tagName1%-universal.zip",
"saveName": "SFM.zip"
"sourceName": "SFM-%tagName1%-universal.dmg",
"saveName": "SFM.dmg"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions resources/views/tabler/user/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@
</div>
<div class="btn-list justify-content-start my-2">
<a {if $config['enable_r2_client_download']}
href="/user/clients/SFM.zip"
href="/user/clients/SFM.dmg"
{else}
href="/clients/SFM.zip"
href="/clients/SFM.dmg"
{/if} class="btn btn-azure">
下载 SFM
</a>
Expand Down

0 comments on commit 256a52f

Please sign in to comment.