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 Exec=usr/bin/mangayomi
Icon=mangayomi Icon=mangayomi
Type=Application Type=Application
Categories=Utility; Categories=AudioVideo;
EOF EOF
# Create AppRun file # Create AppRun file
cat <<EOF > AppDir/AppRun cat <<EOF > AppDir/AppRun
@ -342,7 +342,7 @@ jobs:
Exec=/usr/bin/mangayomi Exec=/usr/bin/mangayomi
Icon=mangayomi Icon=mangayomi
Type=Application Type=Application
Categories=Utility; Categories=AudioVideo;
EOL EOL
%files %files
/usr/bin/* /usr/bin/*
@ -356,7 +356,7 @@ jobs:
- name: upload artifact linux zip - name: upload artifact linux zip
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: Mangayomi-${{ github.ref_name }}-limux-zip name: Mangayomi-${{ github.ref_name }}-linux-zip
path: | path: |
build/linux/x64/release/bundle/Mangayomi-*.zip build/linux/x64/release/bundle/Mangayomi-*.zip
build/linux/x64/release/Mangayomi-*.AppImage 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. generic_name: Free and open source application that allows users to read manga and stream anime from a variety of sources including BitTorrent.
categories: categories:
- Utility - AudioVideo
startup_notify: true startup_notify: true

View file

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