Skip to content

Commit

Permalink
Update mkMacRESTService.sh for ravel
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Jun 7, 2024
1 parent 92a9f18 commit d4b2243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkMacRESTService.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ $version = '"unknown"' ]; then
version=0.0.0.0
fi

target=gui-js/dist/executables/minsky-$version.dmg
target=gui-js/dist/executables/ravel-$version.dmg

# determine release or beta depending on the number of fields separated by '-' in the version string
numFields=`echo $version|tr - ' '|wc -w`
Expand Down

0 comments on commit d4b2243

Please sign in to comment.