Remove old code from updater bash

This commit is contained in:
Valeri Gokadze
2024-04-29 16:39:43 +04:00
parent 6f884005e3
commit cd0fdb364f

View File

@ -1,9 +1,5 @@
#!/bin/bash
# Update the project version
python3 scripts/upstream.py
# Read the version from pubspec.yaml
version=$(grep version pubspec.yaml | awk -F'[ +]' '{print $2}' | tr -d "'")