diff options
Diffstat (limited to 'notepadpp/build-orig-tarball.sh')
-rwxr-xr-x | notepadpp/build-orig-tarball.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notepadpp/build-orig-tarball.sh b/notepadpp/build-orig-tarball.sh index 190196e..59d3d9e 100755 --- a/notepadpp/build-orig-tarball.sh +++ b/notepadpp/build-orig-tarball.sh @@ -47,6 +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" 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" |