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
b765e84151
commit
c16a7d9a6c
|
|
@ -58,7 +58,7 @@ if (!process.env.PLATFORM) {
|
|||
description: STRINGS.description,
|
||||
productName: STRINGS.name,
|
||||
productDescription: STRINGS.description,
|
||||
runtimeVersion: "21.08",
|
||||
runtimeVersion: "25.08",
|
||||
icon: `${ASSET_DIR}/icon.png`,
|
||||
categories: ["Network"],
|
||||
modules: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue