kumakichi / Deepl-linux-electron

DeepL(https://www.deepl.com/) Integration for Linux. Select text in any application and simply press Ctrl+C and another shortcut to translate it.
MIT License
102 stars 13 forks source link

working perfectly on windows 10 #13

Closed carmanzhang closed 11 months ago

carmanzhang commented 11 months ago

I just tested this repo on Windows 10, after building with the command yarn dist:dir, I found the dist\win-unpacked can successfully be generated, and the built binary Deepl-Linux-Electron.exe can also run perfectly, and also the shortcuts binding function. So, is there a need to rename the repo to Deepl-electron and release the Deepl Windows desktop binary as well in follow-up package releases?

image

image

kumakichi commented 11 months ago

Theoretically, this repository can be used in macOS and windows because of electron. But both of them have official clients, this repository is just to cope with the problem that linux has no official client. So, I'm inclined to leave it as it is for now.