Skycoder42 / QHotkey

A global shortcut/hotkey for Desktop Qt-Applications
BSD 3-Clause "New" or "Revised" License
552 stars 162 forks source link

Cannot install on Windows via qpm #20

Closed semanser closed 6 years ago

semanser commented 6 years ago

Hey, I get next error when try to install this package via qpm:

INFO: Package de.skycoder42.qhotkey has a different license (BSD_3_CLAUSE) than it's dependant (NONE).
Installing de.skycoder42.qhotkey@1.2.2
QPM: 2018/04/11 15:00:50 ERROR: GetFileAttributesEx D:\Andriy\Programing\VT\visualtranslator\src\vendor\Skycoder42-QHotkey-547cf7a\doc\qpm.json: The system cannot find the file specified.
Skycoder42 commented 6 years ago

Did you follow the hint in the readme for windows users?

Important for Windows users: QPM Version 0.10.0 (the one you can download on the website) is currently broken on windows! It's already fixed in master, but not released yet. Until a newer versions gets released, you can download the latest dev build from here:

semanser commented 6 years ago

Thanks!