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:
+1
-1
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user