Skip to content

Commit

Permalink
Bundle Choreo AppImage
Browse files Browse the repository at this point in the history
Fixes #465.
  • Loading branch information
calcmogul committed Nov 18, 2024
1 parent 3bf9b4a commit d6b24e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/choreo.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def fileNameMacArm = "Choreo-$choreoGitTag-macOS-aarch64-standalone.zip"

def downloadUrlMacArm = baseUrl + fileNameMacArm

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

def downloadUrlLinux = baseUrl + fileNameLinux

Expand Down

0 comments on commit d6b24e1

Please sign in to comment.