kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Use python 3 if available
rodzic
68413ea770
commit
e12e9d3d03
|
@ -8,7 +8,7 @@
|
|||
# This can probably be done automatically.
|
||||
#AUTO_RX_VERSION="\"1.4.1-beta8\""
|
||||
|
||||
AUTO_RX_VERSION="\"$(python -m autorx.version)\""
|
||||
AUTO_RX_VERSION="\"$(python3 -m autorx.version 2>/dev/null || python -m autorx.version)\""
|
||||
|
||||
echo "Building for radiosonde_auto_rx version: $AUTO_RX_VERSION"
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue