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

Support Windows #3

Closed
kalaschnik opened this issue Feb 26, 2021 · 7 comments
Closed

Support Windows #3

kalaschnik opened this issue Feb 26, 2021 · 7 comments
Labels
enhancement New feature or request

Comments

@kalaschnik
Copy link
Owner

No description provided.

@kalaschnik kalaschnik added the enhancement New feature or request label Feb 26, 2021
@kalaschnik
Copy link
Owner Author

Use direct binaries to avoid dependencies:
https://ctan.mirror.norbert-ruehl.de/systems/win32/w32tex/lcdf-typetools-w32.tar.xz

@kalaschnik
Copy link
Owner Author

otfinfo is what I need for windows:
https://www.autohotkey.com/boards/viewtopic.php?t=824

@bukkadev
Copy link

Just wanted to add for others on Windows (WLS)

On windows the files are hidden by default so edit the script to check for files that start with a dot

I changed line 17 to:
for file in * .[^.]*

And also make sure to change the output/read directories on Windows:
C:\Users\*USER*\AppData\Roaming\Adobe\CoreSync\plugins\livetype\r

Oh and also to run the script you have to use bash reveal.sh not sh reveal.sh

@SolHensnet
Copy link

Hey, So I am trying to change the output/read directories on Windows but I am having no luck and no matter what I try, the code always fails and I'm left scratching my head. Could anyone please help me? It doesn't help that I am very new to coding and am probably doing everything wrong.
Thank you!

@kalaschnik
Copy link
Owner Author

I started working on the Windows version without the need of WSL and shipping it with otfinfo. This will be done in August.

@bennyboer
Copy link

Hey, So I am trying to change the output/read directories on Windows but I am having no luck and no matter what I try, the code always fails and I'm left scratching my head. Could anyone please help me? It doesn't help that I am very new to coding and am probably doing everything wrong. Thank you!

Hi there, had the same problem so I've built a quick Rust command line tool that works for Windows (probably also other operating systems): https://github.com/bennyboer/adobe-font-grabber

@kalaschnik
Copy link
Owner Author

Native Powershell solution is here: https://github.com/pawalan/adobe-fonts-liberator

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

No branches or pull requests

4 participants