Replies: 3 comments 4 replies
-
The output indicated that Fontforge can not / is not started at all. I never used Docker on Windows, according to https://docs.docker.com/desktop/install/windows-install/ you need to have WSL installed/activated?
I would believe the zip patcher should also work (but requires an installed Fontforge). |
Beta Was this translation helpful? Give feedback.
-
I wan't able to get docker to work on my PC, but I managed to patch it with github action. I create a gist about it https://gist.github.com/NoahELE/92ea3f4b28f75d7117d5bfd9b9fad6d9 |
Beta Was this translation helpful? Give feedback.
-
I got this to work by using absolute paths instead of relative paths as well as backslashes instead of forward slashes. One of these two may not be needed as I did both at the same time without testing each individually. C:\Users\USERNAME\Desktop\nerd\in instead of ~/Desktop/nerd/in Full command: docker run --rm -v C:\Users\USERNAME\Desktop\nerd\in:/in:Z -v C:\Users\USERNAME\Desktop\nerd\out:/out:Z nerdfonts/patcher --complete |
Beta Was this translation helpful? Give feedback.
-
I am trying to patch font on my Windows PC. It seems that the only feasible way is docker.
I ran the following command:
and only got the following result
I put the ttfs in
~/Desktop/nerd/in
folder but get nothing in~/Desktop/nerd/out
folder.What is the correct way to do this?
Beta Was this translation helpful? Give feedback.
All reactions