cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.95k stars 121 forks source link

Update install.sh #251

Closed phrxmd closed 2 years ago

phrxmd commented 2 years ago

WP_BOX should be visible to launcher.sh

📝 Description

The WP_BOX environment variable is defined in box_run.sh, however launcher.sh cannot see it. It should either be exported or passed to launcher.sh directly.

In addition, because box_run.sh is a shell script, it should contain a shebang line.

📑 Context

This goes halfway towards fixing #250.

✅ Checklist:

cryinkfly commented 2 years ago

Thank you for your information. I have forget this line in my script. 🙃