We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf9b4a commit d6b24e1Copy full SHA for d6b24e1
scripts/choreo.gradle
@@ -14,7 +14,7 @@ def fileNameMacArm = "Choreo-$choreoGitTag-macOS-aarch64-standalone.zip"
14
15
def downloadUrlMacArm = baseUrl + fileNameMacArm
16
17
-def fileNameLinux = "Choreo-$choreoGitTag-Linux-x86_64-standalone.zip"
+def fileNameLinux = "Choreo-$choreoGitTag-Linux-x86_64.AppImage"
18
19
def downloadUrlLinux = baseUrl + fileNameLinux
20
0 commit comments