pull/4837/head
bunsenstraat 6 months ago
parent ee75b0f634
commit f747032d45
  1. 2
      apps/remixdesktop/rundist.bash

@ -8,6 +8,8 @@ if [[ $version == *"beta"* ]]; then
command="yarn dist -c beta.json"
elif [[ $version == *"alpha"* ]]; then
command="yarn dist -c alpha.json"
elif [[ $version == *"insiders"* ]]; then
command="yarn dist -c insiders.json"
else
command="yarn dist -c latest.json"
fi

Loading…
Cancel
Save