Export tool
-
@d-healey This Is Absolutely Insane Well Done Sir
-
Anyone know how to add a user manual (pdf) to a Mac installer?
-
@d-healey just like a .component or .vst place it in the package hierarchy.
-
@Lindon thanks, that's what I figured, seems I have a bug to track down
-
@d-healey good luck!
-
@d-healey there's no good place to store pdf. I always drop pdfs and tutorial content on dmg
-
@arminh - were trying to use pkg not dmg no?
-
@Lindon yeah that why I'm mention about dmg. There's no good place to store documentation. We can save them in application support company/plugin.
Even big companies don't install docs.
-
@arminh said in Export tool:
@Lindon yeah that why I'm mention about dmg. There's no good place to store documentation. We can save them in application support company/plugin.
Even big companies don't install docs.
right - so I think you are saying "there is no standard place for documentation on Mac"...
let me add "There is no standard place for documentation on Windows"
and then observe:
Not having a standard place to store documentation should be no reason for not including it in your installer..
YMMV
-
@Lindon on windows you can drop shortcut to pdf in start menu.
-
@arminh -yes of course you can - and thats what I do , the above still holds.
-
I was going to make a folder in applications with the company name and a sub folder for docs, e.g. /Applications/libre wave/documentation. I think this is what native instruments does but I need to check.
-
@d-healey adobe have something like this.
-
It seems there is some issue with adding pdf files using the pkgbuild and productbuild tools, and not much info online. So I'm going to revert to packaging on Mac via WhiteboxPackages, this will be from a template file that my app automatically configures but it does impose some limitations I was hoping to avoid. But I think it will be suitable for most situations so not too bad.
Anyone know how to add a post installer script to a Whitebox Packages installer? I can see how to do it for individual components but not for the entire installer.
-
Got a strange issue with MacOS installers. When I build the installer through Whitebox Packages everything seems to go smoothly, but after I run the install and install the app/plugins I go to open the standalone application and it won't run. When I expand the application bundle I can see a little no-entry sign indicating I don't have permission to run it. Have any of you had this issue or know of the solution?
Here's a screenshot of the bundle in packages showing the permissions, let me know if this is different to how you have yours set up.
-
I figured out the problem. It's because I compiled the binaries over a network drive, looks like everything needs to be local on MacOS
-
The source code is now online - https://github.com/davidhealey/hise-exporter
I'm just ironing out a few bugs then I'll build the beta executables for each platform and make them available on Patreon.
-
@d-healey
Big Thanks Dear David For All Your Hard Works
You're A True Legend οΈοΈοΈοΈοΈ -
Nice one. Let me know if there are other changes in HISE that would be helpful for this app.
-
Post is up!
Let me know if there are other changes in HISE that would be helpful for this app.
Thanks. I haven't found anything yet (other than those template things), HISE is pretty much sorted for CLI exporting and my app just puts a front end on it.