Closed erroreyes closed 2 years ago
Hi, thanks for your contribution! Do you think it would work on every platforms ? Anyway this is definitely an improvement.
I read the manual provided by DrivenByMoss, and it looks like Windows, OSX, and Linux have different paths:
Windows: %USERPROFILE%\Documents\Bitwig Studio\Extensions\ Mac: ~/Documents/Bitwig Studio/Extensions/ Linux: ~/Bitwig Studio/Extensions/
So it'd be good to update pom.xml
to cater to each OS.
Sorry for my late reply… It seems like moss uses a custom variable for this part in the POM. But I don't know how to it manage yet…
Hello, I am a fellow Bitwig Discord user, and I mentioned that I was interested in learning from your extension.
For this PR, I updated the hardcoded
/home/nc
path in the pom file with a generaluser.home
environment variable so that others interested in compiling this project will have the extension file copied to their correct extensions path.