Skip to content

Commit

Permalink
Merge pull request #110 from FixeQyt/patch-1
Browse files Browse the repository at this point in the history
Fix "Error in file "/usr/share/applications/SkEditor.desktop": "Version=2.7.1-prerelease" is an invalid MIME type ("Version=2.7.1-prerelease" does not contain a subtype)"
  • Loading branch information
NotroDev authored Aug 4, 2024
2 parents 5acd7bf + 062a1cc commit 56bba3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
for arch in x64 arm64; do
size=$(du -s --block-size=K SkEditorFiles-$arch/opt/SkEditor | cut -f1 | tr -d 'K')
echo "Version: $version-b${{ github.run_number }}" >> SkEditorFiles-$arch/DEBIAN/control
echo "Version=$version" >> SkEditorFiles-$arch/usr/share/applications/SkEditor.desktop
echo -e "\nVersion=$version" >> SkEditorFiles-$arch/usr/share/applications/SkEditor.desktop
if [ "$arch" = "x64" ]; then
architecture="amd64"
else
Expand Down

0 comments on commit 56bba3b

Please sign in to comment.