Skip to content
Snippets Groups Projects
Commit bb83c65f authored by Aleksandr Vodianov's avatar Aleksandr Vodianov
Browse files

fixed update version patch

parent 42539efb
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ versionPatch=$(cat config.pri | grep 'VER_PAT =' | cut -d'=' -f 2) ...@@ -10,7 +10,7 @@ versionPatch=$(cat config.pri | grep 'VER_PAT =' | cut -d'=' -f 2)
echo "version patch = $versionPatch" echo "version patch = $versionPatch"
let "versionPatch++" let "versionPatch++"
echo "update version patch to $versionPatch" echo "update version patch to $versionPatch"
sed -i "s/VER_PAT = \"[0-9]\+\"/VER_PAT = \"$versionPatch\"/g" config.pri sed -i "s/VER_PAT = [0-9]\+/VER_PAT = $versionPatch/g" config.pri
git add config.pri git add config.pri
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment