mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-18 03:58:52 +00:00
I can not understand the old logic: - download the web page (not the raw data) from GitHub - replace `AppVer` - remove the file??? It does nothing. The correct logic: - download the raw file from GitHub - replace `AppVer` and `AppSubUrl` - move the file to the correct place As the script is not correct for a long time, added the support for all version since 1.19. Fix #142 Reviewed-on: https://gitea.com/gitea/docs/pulls/150 Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: yp05327 <[email protected]> Co-committed-by: yp05327 <[email protected]>