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

Considering multiple application versions with regex in paths #1801

Open
scrapix opened this issue Feb 14, 2022 · 1 comment
Open

Considering multiple application versions with regex in paths #1801

scrapix opened this issue Feb 14, 2022 · 1 comment

Comments

@scrapix
Copy link

scrapix commented Feb 14, 2022

For Illustrator we have for every Illustrator version a new Preferences folder with version number.
Do we have a possiblity of defining a generic string maybe with the use of regex or similar?
Otherwise we need to add Lots of paths, each time a new Illustrator version is being released.

Library/Preferences/Adobe Illustrator \d{2} Settings

mackup/applications/illustrator.cfg

Library/Preferences/Adobe Illustrator 17 Settings Library/Preferences/Adobe Illustrator 18 Settings Library/Preferences/Adobe Illustrator 19 Settings Library/Preferences/Adobe Illustrator 20 Settings Library/Preferences/Adobe Illustrator 23 Settings/en_US/Adobe Illustrator Prefs Library/Preferences/Adobe Illustrator 23 Settings/en_US/Last Used Artboard Export Settings Library/Preferences/Adobe Illustrator 23 Settings/en_US/Last Used Asset Export Settings Library/Preferences/Adobe Illustrator 23 Settings/en_US/Modified Workspaces

@scrapix scrapix changed the title Illustrator Versioning Considering multiple application versions with regex in paths Feb 14, 2022
@jneuendorf
Copy link

#1807 tries to solve the same problem using glob instead of regex patterns.

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