Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ module.exports = {
'VideoConference',
],
// Available versions: https://freedesktop-sdk.gitlab.io/documentation/updating-sdk/release-notes/
runtimeVersion: '24.08',
runtimeVersion: '25.08',
// Available versions: https://github.com/flathub/org.electronjs.Electron2.BaseApp/
baseVersion: '24.08',
baseVersion: '25.08',
// Based on https://github.com/malept/electron-installer-flatpak/blob/main/src/installer.js
// Available versions: https://github.com/refi64/zypak/releases
modules: [
Expand All @@ -368,7 +368,7 @@ module.exports = {
{
type: 'git',
url: 'https://github.com/refi64/zypak',
tag: 'v2024.01.17',
tag: 'v2025.09',
},
],
},
Expand Down