diff options
author | kali <kali@leap.se> | 2020-10-02 19:44:53 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:45 +0200 |
commit | 0a432c12feb280b72ed17714bbd3a9d518c9308a (patch) | |
tree | d42d374557955f4195d07a3905eb7ed31287098e /bitmask.pro | |
parent | ef892643df8970aec45dbc3f48eabb95a1ccbf22 (diff) |
[pkg] launch helper from the right path
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmask.pro b/bitmask.pro index 4099301..efce9ef 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -8,7 +8,7 @@ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12 macx { LIBS += -framework Security - ICON = ./branding/assets/riseup/icon.icns + ICON = branding/assets/riseup/icon.icns } QT += qml quick widgets |