fix: specify the app-id and desktop file name

opt: add application and polkit

opt: add polkit
This commit is contained in:
Kingtous
2023-03-05 23:35:30 +08:00
parent 10d4571a52
commit 47ca689678
2 changed files with 13 additions and 7 deletions

View File

@@ -1511,7 +1511,7 @@ jobs:
pushd flatpak
git clone https://github.com/flathub/shared-modules.git --depth=1
flatpak-builder --user --force-clean --repo=repo ./build ./rustdesk.json
flatpak build-bundle ./repo rustdesk-${{ env.VERSION }}-${{ matrix.job.target }}.flatpak org.rustdesk.rustdesk
flatpak build-bundle ./repo rustdesk-${{ env.VERSION }}-${{ matrix.job.target }}.flatpak com.rustdesk.RustDesk
- name: Publish flatpak package
uses: softprops/action-gh-release@v1