Update wine-custom.sh

This commit is contained in:
Steve Zabka
2021-10-20 14:51:29 +02:00
committed by GitHub
parent 23578eaea0
commit b538680920

View File

@@ -39,7 +39,7 @@ function install-winetricks-custom {
#Set up the program launcher for you! #Set up the program launcher for you!
wget https://raw.githubusercontent.com/cryinkfly/Fusion-360---Linux-Wine-Version-/main/files/Autodesk%20Fusion%20360 wget https://raw.githubusercontent.com/cryinkfly/Fusion-360---Linux-Wine-Version-/main/files/Autodesk%20Fusion%20360
desktop-launcher-custom desktop-launcher-custom
mv Autodesk%20Fusion%20360 $HOME/.local/share/applications/Autodesk%20Fusion%20360.desktop mv "Autodesk Fusion 360" $HOME/.local/share/applications/Autodesk Fusion 360.desktop
logfile-installation-custom logfile-installation-custom
. data/resources/extensions/extensions-custom.sh . data/resources/extensions/extensions-custom.sh
program-exit program-exit
@@ -50,11 +50,11 @@ function install-winetricks-custom {
############################################################################## ##############################################################################
function desktop-launcher-custom { function desktop-launcher-custom {
file=`dirname $0`/Autodesk%20Fusion%20360 file=`dirname $0`/Autodesk Fusion 360
launcher=`zenity --text-info \ launcher=`zenity --text-info \
--title="$program_name" \ --title="$program_name" \
--width=650 \ --width=700 \
--height=400 \ --height=500 \
--filename=$file \ --filename=$file \
--editable \ --editable \
--checkbox="$text_desktop_launcher_custom_checkbox"` --checkbox="$text_desktop_launcher_custom_checkbox"`
@@ -64,7 +64,7 @@ function desktop-launcher-custom {
zenity --question \ zenity --question \
--title="$program_name" \ --title="$program_name" \
--text="$text_desktop_launcher_custom_question" \ --text="$text_desktop_launcher_custom_question" \
--width=350 \ --width=400 \
--height=100 --height=100
answer=$? answer=$?