-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbuild.properties
29 lines (26 loc) · 991 Bytes
/
build.properties
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
# Portapps
core.dir = ../portapps
# App
app = teamspeak-client
app.name = TeamSpeak Client
app.type = archive
app.version = 3.5.6
app.release = 18
app.homepage = https://www.teamspeak.com
# Portable app
papp.id = ${app}-portable
papp.guid = {65D1C710-B69D-4AC9-A62A-B2ECF438DB97}
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
# Official artifacts
atf.id = TeamSpeak-Client
atf.win32.filename = ${atf.id}-win32-${app.version}-setup
atf.win32.ext = .exe
atf.win32.url = https://files.teamspeak-services.com/releases/client/${app.version}/TeamSpeak3-Client-win32-${app.version}.exe
atf.win32.assertextract = ts3client_win32.exe
atf.win64.filename = ${atf.id}-win64-${app.version}-setup
atf.win64.ext = .exe
atf.win64.url = https://files.teamspeak-services.com/releases/client/${app.version}/TeamSpeak3-Client-win64-${app.version}.exe
atf.win64.assertextract = ts3client_win64.exe