chore: changing flatpak runtime version to newest stable release (#120)
Update forge.config.ts Changing Flatpak runtime version from 21.08 (EOL) to 25.08 (newest stable version) Signed-off-by: Abel Ortolan <70042422+TrojanHorse-bot@users.noreply.github.com>
This commit is contained in:
parent
742a95f3cb
commit
17d6d174ae
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ if (!process.env.PLATFORM) {
|
||||||
description: STRINGS.description,
|
description: STRINGS.description,
|
||||||
productName: STRINGS.name,
|
productName: STRINGS.name,
|
||||||
productDescription: STRINGS.description,
|
productDescription: STRINGS.description,
|
||||||
runtimeVersion: "21.08",
|
runtimeVersion: "25.08",
|
||||||
icon: `${ASSET_DIR}/icon.png`,
|
icon: `${ASSET_DIR}/icon.png`,
|
||||||
categories: ["Network"],
|
categories: ["Network"],
|
||||||
modules: [
|
modules: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue