pull/4837/head
bunsenstraat 6 months ago
parent 885522c724
commit 733ca7aacb
  1. 2
      apps/remixdesktop/rundist.bash

@ -1,7 +1,7 @@
#!/bin/bash
# Read the version from package.json
version=$(grep -oP '"version":\s*"\K[0-9a-zA-Z.-]+' package.json)
version=$(awk -F'"' '/"version":/ {print $4}' package.json)
# Determine the command to run based on the version
if [[ $version == *"beta"* ]]; then

Loading…
Cancel
Save