Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaging CEP extension with HostAdapter plugins installation issue #481

Open
loicaigon opened this issue Jan 30, 2023 · 1 comment
Open

Comments

@loicaigon
Copy link

Hi,

I have been following this guideline: https://github.com/Adobe-CEP/Getting-Started-guides/tree/master/Package%20Distribute%20Install#decide-what-to-include-in-your-package-and-provide-the-configuration-file

My structure is as follow=>

  • Parent Folder
    - extension.zxp
    - "ai_plugins" Plugins folder
    - "extension_id".mxi

The mxi states the following:






for products

and this for files

    <file source="extension.zxp"
        destination=""
        file-type="CSXS"
        products="InDesign,InDesign64"
        minVersion="12.0" />

    <file source="ai_plugins/"
        destination="$plugin"
        file-type="plugin"
        products="Illustrator,Illustrator64"
        minVersion="26.0" />
</files>

The bundle zxp is created fine.
The zxp can be installed with Extension Manager fine.
The plugins can be found in Ai Plugins folder

BUT

Illustrator just can't load and crashes right away. I need to uninstall/re-install Ai after I cleaned all files.

Is there any obvious thing that I missed? Right now I cannot distribute the extension.

Loic

@ErinFinnegan
Copy link
Contributor

Please see the previous issue: #480

This is ongoing, if you want to provide your crashlog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants