We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fad37 commit e78ff64Copy full SHA for e78ff64
apps/kanata@x86_64
@@ -11,8 +11,10 @@ app_install() {
11
local package
12
13
# Set the package name for specific version
14
- if utils:compare_versions_alt "$version" le "v1.9.0"; then
+ if utils:compare_versions "$version" le "v1.9.0"; then
15
package="${APP_NAME}"
16
+ elif utils:compare_versions "$version" ge "v1.10.1"; then
17
+ package="${APP_NAME}-linux-binaries-${version}-x64.zip"
18
else
19
package="linux-binaries-x64-${version}.zip"
20
fi
0 commit comments