Any 'Packages' users?
-
Jeez! I amaze myself sometimes
Thanks mate. Sorry about that. I was looking in the library folder under macintosh HD, not the hidden library folder under my user name. Shortcut saved!
I must have clicked on the application support folder by mistake from tiredness as well. Hopefully, this should fix it all.
I'll run another test build now and see. I'm sure you've nailed it though.
Thanks for your help mate.
-
You could use a build script - https://github.com/davidhealey/sofiawoodwinds/tree/master/Packaging/OSX
-
Thanks mate. I'll take a look at this. I'm still getting my head around git and git hub. I'll go through your new Patreon video again a couple more times and that should do it
-
So sorry about this. I'm starting to annoy myself now.
I just ran another test build with the fixed settings using the proper vst and component files but it's still coming to 7.62GB.
I can't see any extra directories selected or anything like that. Clearly, I have a setting wrong somewhere but I can't see where.
Sorry guys, I know this is mega annoying.
-
@SteveRiggs Probably the Default Destination target that isn't set. I think it's telling the packager to install the complete directory, not just your plugin... Look at my screenshot and try to find the difference ;)
-
I wondered what the red target on the hard drive icon was all about!
Sorted!! Let's try again then...
Thank you
-
-
I think the JUCE website documentation might need updating by the looks of it then.
Look where the target is set on the instructions
I did mess up a couple of other steps of course, but I could have at least shaved one off that
-
@SteveRiggs I've been going through the same pain points that you hit and this thread has been useful - thanks
However, I've found that when I create and run an installer that attempts to install to the following directories (using Whitebox) the respective AU & VST files do not get copied.
library>audio>plug-ins>components>plugin.component
library>audio>plug-ins>vst>plugin.vstInterestingly though, if I create an installer to place files directly in the 'Library' folder or 'User' folder location they show up fine.
library>plugin.vst
user>plugin.vstAny thoughts would be much appreciated.
Cheers
-
@LeeC you know that
library>audio>plug-ins>components>plugin.component
library>audio>plug-ins>vst>plugin.vstOnly look like folders on Windows right? On mac they are the plug-ins themselves.
-
@Lindon Not sure what you mean mate...
Can elaborate pls?
-
@LeeC on the Mac this file:
myplugin.component looks like a file, but if you transfer it to windows it (magically) looks like a folder...So (assuming you are on your mac...)
open packages and go to the relevant payload section(VST or AU) navigate to the vst or components folder and drag your plugin from its place on the hard drive into this folder in packages...you are doing all this right?
-
@Lindon Thanks for clarifying.... Yes this is exactly what I'm doing...
I'm using a mac :)
-
So just looked in a little deeper and they are infact installing to the hard drive.
I noticed that there are two plugin locations on a Mac for anyone finding similar issues...1. Users>Computername>library>audio>plugins
2. library>audio>pluginsI was initially checking location 1 but the installer was writing to loaction 2.
Thanks to everyone for helping out
-
@LeeC It’s definitely not the easiest process. Once you get it though, it makes sense. I’ve been meaning to do a video on this to put in here but haven’t had the time yet. I will do as soon as I can though.
-
@SteveRiggs I actually thought that this would be one of the easier things
-
@LeeC Same! Apparently not though haha. Theres a lot of steps to remember. At least once the first one is working you can reference back to it to see where everything's meant to be if you get stuck next time around.
-
@SteveRiggs Yeah exactly
-
Hey guys,
am I correct to conclude that with Packages, an end-user can not choose an install directory for anything, only the hard disc where things will get installed into their default locations as set by the developer?