Skip to content
Snippets Groups Projects
Unverified Commit 0a432c12 authored by Kali Kaneko's avatar Kali Kaneko Committed by meskio
Browse files

[pkg] launch helper from the right path

parent ef892643
Branches
Tags 0.24.6-rc.1
No related merge requests found
......@@ -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
......
......@@ -4,11 +4,11 @@
<Version>0.0.1</Version>
<Title>DemoLibVPN Installer</Title>
<Publisher>LEAP Encryption Access Project</Publisher>
<TargetDir>@ApplicationsDir@/DemoLibVPN</TargetDir>
<RunProgram>@TargetDir@/demolib-vpn.app</RunProgram>
<TargetDir>@ApplicationsDir@/DemoLibVPN.app</TargetDir>
<RunProgram>@TargetDir@/DemoLibVPN.app</RunProgram>
<RunProgramArguments>
</RunProgramArguments>
<StartMenuDir>DemoLibVPN</StartMenuDir>
<StartMenuDir>DemoLibVPN.app</StartMenuDir>
<AllowNonAsciiCharacters>false</AllowNonAsciiCharacters>
<!--
<RemoteRepositories>
......
#!/usr/bin/env python
# Post installation script for BitmaskVPN.
# Please note that this installation will install ONE single helper with administrative privileges.
# This means that, for the time being, you can only install ONE of the BitmaskVPN derivatives at the same time.
# This might change in the future.
import os
import shutil
import sys
......
......@@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>WorkingDirectory</key>
<string>/tmp</string>
<string>PATH</string>
<key>StandardOutPath</key>
<string>bitmask-helper.log</string>
<string>PATH/helper/bitmask-helper.log</string>
<key>StandardErrorPath</key>
<string>bitmask-helper-err.log</string>
<string>PATH/helper/bitmask-helper-err.log</string>
<key>GroupName</key>
<string>daemon</string>
<key>RunAtLoad</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment