mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-03 20:06:09 +01:00
15 lines
704 B
Bash
15 lines
704 B
Bash
#!/bin/bash
|
|
|
|
# Name: Autodesk Fusion 360 - Start-Script - Flatpak (Linux)
|
|
# Description: With this file you can run Autodesk Fusion 360 on your system.
|
|
# Author: Steve Zabka
|
|
# Author URI: https://cryinkfly.de
|
|
# Time/Date: 20:00/21.05.2021
|
|
# Version: 0.2
|
|
|
|
# 1. Step: Open a Terminal and run this command: cd Downloads && chmod +x fusion360-flatpak-start.sh && bash fusion360-flatpak-start.sh
|
|
# 2. Step: Now you can run Autodesk Fusion 360 with this file in the future.
|
|
|
|
flatpak run org.winehq.flatpak-proton-68-ge-1 bash &&
|
|
wine /$HOME/.local/share/flatpak-proton-68-ge-1/default/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk/Autodesk\ Fusion\ 360.lnk
|