Skip to content

Commit

Permalink
Automate set the version (#21)
Browse files Browse the repository at this point in the history
* Update version to 6.0.0

* Automate version deploy

* Small changes

Co-authored-by: Roman <[email protected]>
  • Loading branch information
romandemidov and Roman authored Oct 16, 2020
1 parent 8324893 commit 3249ec1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DesktopEditors-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ script:
- mv usr/bin/asc-de-256.png usr/share/icons/hicolor/256x256/apps/asc-de.png
- mv usr/bin/asc-de-24.png usr/share/icons/hicolor/24x24/apps/asc-de.png
- mv usr/bin/asc-de-128.png usr/share/icons/hicolor/128x128/apps/asc-de.png
# - strings usr/bin/DesktopEditors | grep "Ascensio System SIA" -C 1 | head -n 1 > ../VERSION
- echo "5.6.4" > ../VERSION
- strings usr/bin/DesktopEditors | grep "\--version" -C 2 | tail -n 1 | sed -r 's/([0-9]+).([0-9]+).([0-9]+).([0-9]+)/\1.\2.\3/' > ../VERSION
- rm -rf usr/share/fonts

0 comments on commit 3249ec1

Please sign in to comment.