Skip to content

Commit

Permalink
Fixed wrong udev rule file path
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Jan 22, 2016
1 parent 9c14e88 commit 562460b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QStlink2.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ win32:CONFIG += winusb

TEMPLATE = app
TARGET = qstlink2
VERSION = 1.2.2
VERSION = 1.2.3

message(Building version $$VERSION for Qt $$QT_VERSION)

Expand Down Expand Up @@ -75,7 +75,7 @@ target.path = /usr/bin
INSTALLS += target

conf.path = /etc/udev/rules.d
conf.files = 49-stlinkv2.rules
conf.files = res/49-stlinkv2.rules
INSTALLS += conf

misc.path = /usr/share/qstlink2
Expand Down

0 comments on commit 562460b

Please sign in to comment.