Skip to content

Commit

Permalink
[BUGFIX] Flatpack version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Dec 29, 2024
1 parent 5ff2a76 commit e993427
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .flatpak/io.github.mjonuschat.PrusaSlicer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ modules:
sources:

# PrusaSlicer dependencies source
- type: git
url: https://github.com/mjonuschat/PrusaSlicer
tag: version_2.8.1+boss
- type: dir
path: ..

# Cereal
- type: file
Expand Down Expand Up @@ -339,9 +338,8 @@ modules:
/app/share/icons/hicolor/128x128/mimetypes/io.github.mjonuschat.PrusaSlicer.text-x-gcode.png
update-mime-database /app/share/mime
sources:
- type: git
url: https://github.com/mjonuschat/PrusaSlicer
tag: version_2.8.1+boss
- type: dir
path: ..
- type: patch # Fix download from printables. More info: https://github.com/prusa3d/PrusaSlicer/pull/12785
path: patches/0001-don-t-call-show_downloader_registration_dialog-if-SL.patch

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'version.inc'
- 'resources/**'
- ".github/workflows/*.yml"
- ".flatpack/**"
- "build_release_linux.sh"
- "build_release_macos.sh"
- "build_win.bat"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build_flatpak:
name: Compile & Bundle Flatpak
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-47
options: --privileged
Expand All @@ -32,7 +32,7 @@ jobs:
shell: bash

- name: Build PrusaSlicer (BOSS) Linux Flatpak
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
uses: flatpak/flatpak-github-actions/flatpak-builder@master
with:
bundle: PrusaSlicer-${{ env.ver }}+Linux-${{ env.date }}.flatpak
manifest-path: .flatpak/io.github.mjonuschat.PrusaSlicer.yml
Expand Down

0 comments on commit e993427

Please sign in to comment.