We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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=>
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
The text was updated successfully, but these errors were encountered:
Please see the previous issue: #480
This is ongoing, if you want to provide your crashlog.
Sorry, something went wrong.
No branches or pull requests
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=>
- extension.zxp
- "ai_plugins" Plugins folder
- "extension_id".mxi
The mxi states the following:
for products
and this for 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
The text was updated successfully, but these errors were encountered: