mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
Changed App Category to "AudioVideo"
+ corrected a typo
This commit is contained in:
parent
bc2ec42d20
commit
7edab23ecf
3 changed files with 6 additions and 6 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue