Commit e73c63b 1 parent df71798 commit e73c63b Copy full SHA for e73c63b
File tree 1 file changed +49
-0
lines changed
1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "homepage" : " https://client.pritunl.com" ,
3
+ "description" : " Open Source OpenVPN Client." ,
4
+ "version" : " 1.0.1953.32" ,
5
+ "license" : {
6
+ "identifier" : " Freeware" ,
7
+ "url" : " https://github.com/pritunl/pritunl-client-electron/blob/master/LICENSE"
8
+ },
9
+ "architecture" : {
10
+ "64bit" : {
11
+ "url" : " https://github.com/pritunl/pritunl-client-electron/releases/download/1.0.1953.32/Pritunl.exe" ,
12
+ "hash" : " 556239d99f6bdda809b5117b1c1076d430dd5b92683d7dc80b8b82af9a22d5ab"
13
+ }
14
+ },
15
+ "innosetup" : true ,
16
+ "depends" : " sudo" ,
17
+ "post_install" : " sudo \" $dir\\ post_install.exe\" " ,
18
+ "uninstaller" : {
19
+ "script" : [
20
+ " sudo \" $dir\\ pre_uninstall.exe\" " ,
21
+ " sudo Remove-Item 'C:\\ ProgramData\\ Pritunl' -Recurse -Force"
22
+ ]
23
+ },
24
+ "bin" : [
25
+ [
26
+ " pritunl.exe" ,
27
+ " pritunl" ,
28
+ " --no-main"
29
+ ]
30
+ ],
31
+ "shortcuts" : [
32
+ [
33
+ " pritunl.exe" ,
34
+ " Pritunl"
35
+ ]
36
+ ],
37
+ "checkver" : " ([\\ d.]+)/Pritunl.exe" ,
38
+ "autoupdate" : {
39
+ "architecture" : {
40
+ "64bit" : {
41
+ "url" : " https://github.com/pritunl/pritunl-client-electron/releases/download/$version/Pritunl.exe" ,
42
+ "hash" : {
43
+ "url" : " https://raw.githubusercontent.com/pritunl/pritunl-client-electron/master/SHA256" ,
44
+ "regex" : " $version[\\ r\\ n]+$sha256.*?$basename"
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
You can’t perform that action at this time.
0 commit comments