Skip to content

Commit

Permalink
Fix linux CI yml
Browse files Browse the repository at this point in the history
  • Loading branch information
exelix11 committed Jan 2, 2024
1 parent f3c1798 commit 821850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Platform/Linux/build-flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ -d "dvr-build" ]; then
fi

mkdir -p dvr-build
cp -r ../../bin/Release/net7.0/linux-x64/publish/* dvr-build/
cp -r ../../bin/Release/net8.0/linux-x64/publish/* dvr-build/

flatpak-builder --user --install tmp com.github.exelix11.sysdvr.json --force-clean
flatpak build-bundle ~/.local/share/flatpak/repo SysDVR-Client.flatpak com.github.exelix11.sysdvr --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo

0 comments on commit 821850f

Please sign in to comment.