-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathbuild.properties
More file actions
38 lines (33 loc) · 1.15 KB
/
build.properties
File metadata and controls
38 lines (33 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Portapps
core.dir = ../portapps
# App
app = openvpn
app.name = OpenVPN
app.type = archive
app.version = 2.4.9-I601
app.release = 8
app.homepage = https://openvpn.net
# Portable app
papp.id = ${app}-portable
papp.guid = {945B36FA-05F1-4968-982E-49D57656EA61}
papp.name = ${app.name} Portable
papp.desc = ${app.name} portable on Windows by Portapps
papp.url = https://github.com/portapps/${papp.id}
papp.folder = app
# Archive
archive.extract.overwrite = -aou
# Official artifacts
atf.id = openvpn
atf.win32.filename = ${atf.id}-install-${app.version}-Win7
atf.win32.ext = .exe
atf.win32.url = https://swupdate.openvpn.org/community/releases/${atf.win32.filename}.exe
atf.win32.assertextract = bin/openvpn-gui.exe
atf.win64.filename = ${atf.id}-install-${app.version}-Win7
atf.win64.ext = .exe
atf.win64.url = https://swupdate.openvpn.org/community/releases/${atf.win32.filename}.exe
atf.win64.assertextract = bin/openvpn-gui.exe
# Win10 setup
setup.win10.filename = ${atf.id}-install-${app.version}-Win10
setup.win10.ext = .exe
setup.win10.url = https://swupdate.openvpn.org/community/releases/${setup.win10.filename}.exe
setup.win10.assertextract = bin/openvpn-gui.exe