Skip to content

Commit

Permalink
build: upgrade freedesktop platform version?
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Feb 9, 2025
1 parent 88f6c5a commit a67628b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
cat > org.alichtman.deadbolt.yml << 'EOF'
app-id: org.alichtman.deadbolt
runtime: org.freedesktop.Platform
runtime-version: '22.08'
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
base: org.electronjs.Electron1.BaseApp
base-version: '22.08'
base-version: '23.08'
command: deadbolt
finish-args:
- --share=ipc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
cat > org.alichtman.deadbolt.yml << 'EOF'
app-id: org.alichtman.deadbolt
runtime: org.freedesktop.Platform
runtime-version: '22.08'
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
base: org.electronjs.Electron1.BaseApp
base-version: '22.08'
base-version: '23.08'
command: deadbolt
finish-args:
- --share=ipc
Expand Down

0 comments on commit a67628b

Please sign in to comment.