Update workflow and manifest
This commit is contained in:
parent
fa39342e94
commit
955ca1e794
2 changed files with 1 additions and 3 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Install system dependencies
|
||||
run: apt update && apt install -y flatpak-builder flatpak python3-aiohttp python3-tenacity libostree-1-1 python3-gi gir1.2-ostree-1.0 wget
|
||||
- name: Add flathub repo and install flatpak dependencies
|
||||
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo && flatpak install -y --noninteractive org.freedesktop.Platform.GL.default//22.08
|
||||
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
- name: Build project
|
||||
run: flatpak-builder --install-deps-from flathub build-flatpak com.experimentalcraft.NekoPlayer.yml --repo ./flatpak-repo
|
||||
- name: Download uploading script
|
||||
|
|
|
@ -2,8 +2,6 @@ app-id: com.experimentalcraft.NekoPlayer
|
|||
runtime: org.freedesktop.Platform
|
||||
runtime-version: '22.08'
|
||||
sdk: org.freedesktop.Sdk
|
||||
sdk-extensions:
|
||||
- org.freedesktop.Platform.GL.default
|
||||
command: neko-player
|
||||
rename-desktop-file: neko-player.desktop
|
||||
rename-icon: neko-player
|
||||
|
|
Loading…
Reference in a new issue