mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Trigger Flatpak CI
This commit is contained in:
parent
608a122fb0
commit
b81a720313
2 changed files with 3 additions and 15 deletions
5
.github/workflows/linux-flatpak.yml
vendored
5
.github/workflows/linux-flatpak.yml
vendored
|
@ -1,7 +1,8 @@
|
|||
on:
|
||||
push:
|
||||
branches: [blueprint]
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
name: Linux CI (Flatpak)
|
||||
jobs:
|
||||
flatpak-builder:
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=FRESHMusicPlayer
|
||||
GenericName=Music Player
|
||||
Categories=Audio;Music;Player;AudioVideo;X-Multimedia;
|
||||
Exec=fmp %U
|
||||
Icon=io.github.royce551.FRESHMusicPlayer
|
||||
MimeType=audio/mp3;audio/mpeg;audio/mpeg3;audio/wav;audio/ogg;audio/mp4;video/avi;video/msvideo;video/mpeg;video/quicktime;video/x-ms-wmv;
|
||||
#T:A list of words that can be searched for. Please ensure that the list also ends with a semicolon!
|
||||
Keywords=audio;music;cd;player;fmp;
|
||||
StartupWMClass=FRESHMusicPlayer
|
Loading…
Reference in a new issue