Skip to content

Commit

Permalink
Merge branch 'v1.0.0-branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiZamorano committed Jun 15, 2024
2 parents c154daf + a4a5b6f commit 39f88b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@ jobs:
sudo flatpak install -y flathub org.freedesktop.Sdk//23.08
sudo flatpak install -y flathub org.freedesktop.Platform//23.08
- name: Install Electron 2 BaseApp (system-wide)
run: |
sudo flatpak install -y flathub org.electronjs.Electron2.BaseApp//23.08
- name: Verify Flatpak Installation
run: |
flatpak --version
flatpak-builder --version
flatpak list
- name: Build Flatpak
run: |
Expand Down

0 comments on commit 39f88b5

Please sign in to comment.