Changed App Category to "AudioVideo"

+ corrected a typo
This commit is contained in:
Enbiya Olgun 2025-04-06 16:23:26 +02:00
parent bc2ec42d20
commit 7edab23ecf
3 changed files with 6 additions and 6 deletions

View file

@ -291,7 +291,7 @@ jobs:
Exec=usr/bin/mangayomi
Icon=mangayomi
Type=Application
Categories=Utility;
Categories=AudioVideo;
EOF
# Create AppRun file
cat <<EOF > AppDir/AppRun
@ -342,7 +342,7 @@ jobs:
Exec=/usr/bin/mangayomi
Icon=mangayomi
Type=Application
Categories=Utility;
Categories=AudioVideo;
EOL
%files
/usr/bin/*
@ -356,7 +356,7 @@ jobs:
- name: upload artifact linux zip
uses: actions/upload-artifact@v4
with:
name: Mangayomi-${{ github.ref_name }}-limux-zip
name: Mangayomi-${{ github.ref_name }}-linux-zip
path: |
build/linux/x64/release/bundle/Mangayomi-*.zip
build/linux/x64/release/Mangayomi-*.AppImage

View file

@ -10,7 +10,7 @@ keywords:
generic_name: Free and open source application that allows users to read manga and stream anime from a variety of sources including BitTorrent.
categories:
- Utility
- AudioVideo
startup_notify: true

View file

@ -18,7 +18,7 @@ postinstall_scripts:
- echo "Installed Mangayomi successfully"
postuninstall_scripts:
- echo "Unistalled Mangayomi successfully"
- echo "Uninstalled Mangayomi successfully"
icon: assets/app_icons/icon-red.png
keywords:
@ -29,6 +29,6 @@ keywords:
generic_name: Free and open source application that allows users to read manga and stream anime from a variety of sources including BitTorrent.
categories:
- Utility
- AudioVideo
startup_notify: true