fontsmooth=rgb

fontsmooth=rgb
This commit is contained in:
Steve Zabka
2021-05-18 15:06:46 +02:00
committed by GitHub
parent 75d3ae7dc9
commit 65120bd865

View File

@@ -4,8 +4,8 @@
# Description: With this file you can install Autodesk Fusion 360 on Linux. # Description: With this file you can install Autodesk Fusion 360 on Linux.
# Author: Steve Zabka # Author: Steve Zabka
# Author URI: https://cryinkfly.de # Author URI: https://cryinkfly.de
# Time/Date: 12:00/16.05.2021 # Time/Date: 15:00/18.05.2021
# Version: 0.2 # Version: 0.3
# 1. Step: Install Flatpak on your system: https://flatpak.org/setup/ (More information about FLatpak: https://youtu.be/SavmR9ZtHg0) # 1. Step: Install Flatpak on your system: https://flatpak.org/setup/ (More information about FLatpak: https://youtu.be/SavmR9ZtHg0)
# 2. Step: Open a Terminal and run this command: cd Downloads && chmod +x fusion360-flatpak-install.sh && sh fusion360-flatpak-install.sh # 2. Step: Open a Terminal and run this command: cd Downloads && chmod +x fusion360-flatpak-install.sh && sh fusion360-flatpak-install.sh
@@ -67,7 +67,7 @@ wget https://github.com/fastrizwaan/flatpak-wine-releases/releases/download/6.8-
flatpak -y --user install flathub org.winehq.flatpak-proton-68-ge-1 && flatpak -y --user install flathub org.winehq.flatpak-proton-68-ge-1 &&
echo "Winetricks isntall some packages for you!" echo "Winetricks isntall some packages for you!"
flatpak run org.winehq.flatpak-proton-68-ge-1 winetricks -q corefonts vcrun2017 msxml4 win10 && flatpak run org.winehq.flatpak-proton-68-ge-1 winetricks -q corefonts vcrun2017 msxml4 fontsmooth=rgb win10 &&
echo "Autodesk Fusion 360 will be installed and set up." echo "Autodesk Fusion 360 will be installed and set up."
flatpak run org.winehq.flatpak-proton-68-ge-1 bash && flatpak run org.winehq.flatpak-proton-68-ge-1 bash &&