fix: incorrect changelog path

This commit is contained in:
aclist 2025-11-30 04:51:43 +09:00
parent 1495ad386d
commit ac3e7ee128

View File

@ -377,9 +377,10 @@ prompt_dl(){
dl_changelog(){
local mdbranch
local md
source "$config_file"
[[ $branch == "stable" ]] && mdbranch="dzgui"
[[ $branch == "testing" ]] && mdbranch="testing"
local md="$url_prefix/${mdbranch}/$file"
local changelog="$url_prefix/${mdbranch}/CHANGELOG.md"
curl -Ls "$md" > "$state_path/CHANGELOG.md"
}
test_display_mode(){