mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-02 03:16:20 +01:00
Update install.sh
WP_BOX should be visible to `launcher.sh`
This commit is contained in:
committed by
GitHub
parent
05676775d6
commit
b38fb1fe73
@@ -325,8 +325,8 @@ function SP_FUSION360_SHORTCUTS_LOAD {
|
||||
echo "Terminal=false" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/$WP_TYPE/fusion360uninstall.desktop
|
||||
echo "Path=$SP_PATH/bin" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/$WP_TYPE/fusion360uninstall.desktop
|
||||
# Create a link to the Wineprefixes Box:
|
||||
echo "WP_BOX='$WP_DIRECTORY'" > $WP_DIRECTORY/box-run.sh
|
||||
echo ". $SP_PATH/bin/launcher.sh" >> $WP_DIRECTORY/box-run.sh
|
||||
echo "#!/bin/sh" > $WP_DIRECTORY/box-run.sh
|
||||
echo "WP_BOX='$WP_DIRECTORY' . $SP_PATH/bin/launcher.sh" >> $WP_DIRECTORY/box-run.sh
|
||||
chmod +x $WP_DIRECTORY/box-run.sh
|
||||
# Download some script files for Autodesk Fusion 360!
|
||||
wget -N -P $SP_PATH/bin https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/uninstall.sh
|
||||
|
||||
Reference in New Issue
Block a user