[gtk-osx-users] Bundling with absolute path for binary.



Hello,

I modify the bundle spec with an absolute binary path:
  <main-binary>/opt/chapitre6/exampleapp</main-binary>

But I've got this error:
ValueError: If the source /opt/chapitre6/exampleapp doesn't use a ${prefix} or ${prefix:*} macro, the 
destination path must be set

So I add:
  <main-binary dest="${bundle}/Contents/MacOS">/opt/chapitre6/exampleapp</main-binary>

Why dest is then required? What is the relation with prefix macro?

Thanks, Pascal.
https://blady.pagesperso-orange.fr




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]