Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
riseup_vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
riseup_vpn
Commits
ade90be4
Unverified
Commit
ade90be4
authored
6 years ago
by
kali
Committed by
Kali Kaneko
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] get openvpn from leap
parent
6b375cb6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+9
-1
9 additions, 1 deletion
Makefile
win/RiseupVPN-installer.nsi
+4
-2
4 additions, 2 deletions
win/RiseupVPN-installer.nsi
win/payload/install
+4
-4
4 additions, 4 deletions
win/payload/install
with
17 additions
and
7 deletions
Makefile
+
9
−
1
View file @
ade90be4
...
@@ -2,7 +2,15 @@ SYSTRAY := 0xacab.org/leap/bitmask-systray
...
@@ -2,7 +2,15 @@ SYSTRAY := 0xacab.org/leap/bitmask-systray
STAGING
:=
staging
STAGING
:=
staging
deps_win
:
deps_win
:
choco
install
-y
golang python upx nssm nsis
choco
install
-y
golang python upx nssm nsis wget 7zip
openvpn_win
:
mkdir
staging
\o
penvpn
wget https://downloads.leap.se/thirdparty/windows/openvpn-x86_64-w64-mingw32.tar.bz2
-O
staging/openvpn/openvpn.tar.bz2
7z e
-y
-ostaging
/openvpn/ staging/openvpn/openvpn.tar.bz2
7z e
-y
-r
-ostaging
/openvpn/ staging/openvpn/openvpn.tar
*
.dll
7z e
-y
-r
-ostaging
/openvpn/ staging/openvpn/openvpn.tar
*
.exe
copy .
\s
taging
\o
penvpn
\o
penvpn.exe .
\s
taging
copy .
\s
taging
\o
penvpn
\*
.dll .
\s
taging
helper_win
:
helper_win
:
go build
-ldflags
"-s -w"
-o
$(
STAGING
)
/bitmask_helper.exe .
\h
elper
go build
-ldflags
"-s -w"
-o
$(
STAGING
)
/bitmask_helper.exe .
\h
elper
upx
$(
STAGING
)
/bitmask_helper.exe
upx
$(
STAGING
)
/bitmask_helper.exe
...
...
This diff is collapsed.
Click to expand it.
win/RiseupVPN-installer.nsi
+
4
−
2
View file @
ade90be4
!include "MUI.nsh"
!include "MUI.nsh"
Name "RiseupVPN"
Name "RiseupVPN"
RequestExecutionLevel admin
Outfile "..\dist\RiseupVPN-installer.exe"
Outfile "..\dist\RiseupVPN-installer.exe"
;TODO make the installdir configurable - and set it in the registry.
;TODO make the installdir configurable - and set it in the registry.
InstallDir "C:\Program Files\RiseupVPN\"
InstallDir "C:\Program Files\RiseupVPN\"
RequestExecutionLevel admin
!define BITMAP_FILE riseupvpn.bmp
!define BITMAP_FILE riseupvpn.bmp
...
@@ -87,6 +86,9 @@ Section "InstallService"
...
@@ -87,6 +86,9 @@ Section "InstallService"
ExecWait '"$INSTDIR\nssm.exe" set riseupvpn-helper AppDirectory "$INSTDIR"'
ExecWait '"$INSTDIR\nssm.exe" set riseupvpn-helper AppDirectory "$INSTDIR"'
ExecWait '"$INSTDIR\nssm.exe" start riseupvpn-helper'
ExecWait '"$INSTDIR\nssm.exe" start riseupvpn-helper'
; why are these here?
Delete "C:\riseupvpn.ico"
Delete "C:\riseupvpn.png"
SectionEnd
SectionEnd
Section "Uninstall"
Section "Uninstall"
...
...
This diff is collapsed.
Click to expand it.
win/payload/install
+
4
−
4
View file @
ade90be4
..\staging\bitmask_helper.exe
..\staging\bitmask_helper.exe
..\staging\bitmask-systray.exe
..\staging\bitmask-systray.exe
..\staging\openssl.exe
..\staging\libcrypto-1_1-x64.dll
..\staging\openvpn.exe
..\staging\ssleay32.dll
..\staging\libeay32.dll
..\staging\liblzo2-2.dll
..\staging\liblzo2-2.dll
..\staging\libpkcs11-helper-1.dll
..\staging\libpkcs11-helper-1.dll
..\staging\libssl-1_1-x64.dll
..\staging\openvpn.exe
..\staging\padlock.dll
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment