Update workflow and manifest

This commit is contained in:
Zachary Hall 2023-07-18 20:05:35 -07:00
parent fa39342e94
commit 955ca1e794
2 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,7 @@ jobs:
- name: Install system dependencies - 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 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 - 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 - name: Build project
run: flatpak-builder --install-deps-from flathub build-flatpak com.experimentalcraft.NekoPlayer.yml --repo ./flatpak-repo run: flatpak-builder --install-deps-from flathub build-flatpak com.experimentalcraft.NekoPlayer.yml --repo ./flatpak-repo
- name: Download uploading script - name: Download uploading script

View file

@ -2,8 +2,6 @@ app-id: com.experimentalcraft.NekoPlayer
runtime: org.freedesktop.Platform runtime: org.freedesktop.Platform
runtime-version: '22.08' runtime-version: '22.08'
sdk: org.freedesktop.Sdk sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Platform.GL.default
command: neko-player command: neko-player
rename-desktop-file: neko-player.desktop rename-desktop-file: neko-player.desktop
rename-icon: neko-player rename-icon: neko-player