mirror of
https://github.com/gokadzev/Musify.git
synced 2025-05-17 14:36:07 +08:00
Remove old code from updater bash
This commit is contained in:
@ -1,9 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Update the project version
|
|
||||||
|
|
||||||
python3 scripts/upstream.py
|
|
||||||
|
|
||||||
# Read the version from pubspec.yaml
|
# Read the version from pubspec.yaml
|
||||||
version=$(grep version pubspec.yaml | awk -F'[ +]' '{print $2}' | tr -d "'")
|
version=$(grep version pubspec.yaml | awk -F'[ +]' '{print $2}' | tr -d "'")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user