summaryrefslogtreecommitdiff
path: root/notepadpp/build-orig-tarball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp/build-orig-tarball.sh')
-rwxr-xr-xnotepadpp/build-orig-tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/notepadpp/build-orig-tarball.sh b/notepadpp/build-orig-tarball.sh
index 59d3d9e..8b6d8ef 100755
--- a/notepadpp/build-orig-tarball.sh
+++ b/notepadpp/build-orig-tarball.sh
@@ -47,7 +47,7 @@ export fn_section=".portable"
short_version="${latest_version}"
test ${lv_compare} -lt 70900 && export fn_section=".bin"
test ${lv_compare} -ge 80000 && export short_version="8"
-test ${lv_compare} -ge 80100 && export short_version="8.1"
+test ${lv_compare} -ge 80100 && export short_version="${latest_version}"
get "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v${short_version}/npp.${latest_version}${fn_section}.7z"
get "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v${short_version}/npp.${latest_version}${fn_section}.x64.7z"
bgstack15