Skip to content

Commit d6b24e1

Browse files
committed
Bundle Choreo AppImage
Fixes #465.
1 parent 3bf9b4a commit d6b24e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/choreo.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def fileNameMacArm = "Choreo-$choreoGitTag-macOS-aarch64-standalone.zip"
1414

1515
def downloadUrlMacArm = baseUrl + fileNameMacArm
1616

17-
def fileNameLinux = "Choreo-$choreoGitTag-Linux-x86_64-standalone.zip"
17+
def fileNameLinux = "Choreo-$choreoGitTag-Linux-x86_64.AppImage"
1818

1919
def downloadUrlLinux = baseUrl + fileNameLinux
2020

0 commit comments

Comments
 (0)