Skip to content

Commit

Permalink
Fix version determination error (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
romandemidov authored Oct 20, 2023
1 parent bbc5e36 commit 865c8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DesktopEditors-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ script:
- 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
- sed -i -e 's|deb|appimage|g' usr/bin/converter/package.config
- strings usr/bin/DesktopEditors | grep "ver\." -C 1 | tail -n 1 | sed -r 's/([0-9]+).([0-9]+).([0-9]+).([0-9]+)/\1.\2.\3/' > ../VERSION
- strings usr/bin/DesktopEditors | grep "^ver\." -C 1 | 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 865c8d1

Please sign in to comment.