From d117b625441f62f65d60a9377c684fe177defcc8 Mon Sep 17 00:00:00 2001 From: Steve Zabka Date: Sat, 24 Jan 2026 23:44:21 +0100 Subject: [PATCH] Update flatpak-installation.sh --- files/builds/dev-branch/flatpak-installation.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/files/builds/dev-branch/flatpak-installation.sh b/files/builds/dev-branch/flatpak-installation.sh index 6ea8b8d..780e857 100644 --- a/files/builds/dev-branch/flatpak-installation.sh +++ b/files/builds/dev-branch/flatpak-installation.sh @@ -7,7 +7,7 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2026 # -# Time/Date: 23:05/24.01.2026 # +# Time/Date: 23:45/24.01.2026 # # Version: 1.0.4-Alpha # #################################################################################################### # Notes: @@ -308,3 +308,8 @@ flatpak run --env="WINEPREFIX=$HOME/.var/app/org.winehq.Wine/data/wineprefixes/f # Workaround after the login in the web browser (installed on your Host system or as flatpak app) your must copy the callback code an replace the XXXXXXXXXX with it and run this command in a seperate terminal window #flatpak run --env="WINEPREFIX=$HOME/.var/app/org.winehq.Wine/data/wineprefixes/fusion360" org.winehq.Wine "C:\\Program Files\\Autodesk\\webdeploy\\production\\7627f627889be835182cfc345110c3c9f5bc9cc3\\Autodesk Identity Manager\\AdskIdentityManager.exe" "https://signin.autodesk.com/idmgr/callback#code=XXXXXXXXXX" # Repeat the the command ... + +flatpak run \ + --env="WINEPREFIX=$HOME/.var/app/org.winehq.Wine/data/wineprefixes/fusion360" \ + org.winehq.Wine "C:\\Program Files\\Autodesk\\webdeploy\\production\\c20471a4ae316e18725b0917d95e36d14575877a\\FusionLauncher.exe" +