phil-nox / NiceBox-360

Box generator for Fusion 360
17 stars 4 forks source link

Install not working #25

Open ppo opened 2 years ago

ppo commented 2 years ago

The install seems to work fine but the script doesn't appear in the add-ins menu and there's nothing in ~/Library/Application Support/Autodesk/Autodesk Fusion 360/API/Scripts.

NiceBox v1.0.0 (from Autodesk App Store) Fusion 360 v2.0.13162 macOS 12.4

ppo commented 2 years ago

I found this in the package postinstall:

[[ ! -d ~/Library/Application\ Support/Autodesk/ApplicationPlugins ]] && mkdir -p ~/Library/Application\ Support/Autodesk/ApplicationPlugins
ln -s ~/Library/Containers/com.autodesk.mas.fusion360/Data/Library/Application\ Support/Autodesk/ApplicationPlugins/NiceBox-360.bundle ~/Library/Application\ Support/Autodesk/ApplicationPlugins/NiceBox-360.bundle

On my machine, ~/Library/Containers/com.autodesk.mas.fusion360 doesn't exist.