diff options
Diffstat (limited to 'setup')
-rwxr-xr-x | setup/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/package.sh b/setup/package.sh index a6b54717d..404c7b86b 100755 --- a/setup/package.sh +++ b/setup/package.sh @@ -22,7 +22,7 @@ check_requirement () { fi } -check_requirement "ls ../../ext-6.0.1" "Missing ../../ext-6.0.1 (https://www.sencha.com/legal/GPL/)" +check_requirement "ls ../../ext-6.2.0" "Missing ../../ext-6.2.0 (https://www.sencha.com/legal/GPL/)" check_requirement "ls yajsw-*.zip" "Missing yajsw-*.zip (https://sourceforge.net/projects/yajsw/files/)" check_requirement "ls innosetup-*.exe" "Missing isetup-*.exe (http://www.jrsoftware.org/isdl.php)" check_requirement "which sencha" "Missing sencha cmd package (https://www.sencha.com/products/extjs/cmd-download/)" |