-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbuild.properties
36 lines (31 loc) · 999 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
30
31
32
33
34
35
36
# Portapps
core.dir = ../portapps
# App
app = skype
app.name = Skype
app.type = innosetup
app.version = 8.110.0.218
app.release = 97
app.homepage = https://www.skype.com/get-skype
# Portable app
papp.id = ${app}-portable
papp.guid = {0621B6CF-0BE4-493E-91A3-861F1234BA4A}
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
# InnoSetup
innosetup.app = app
# Electron
electron.appasar.file = main.js
electron.appasar.search = enableUpdates:!0
electron.appasar.replace = enableUpdates:0
electron.appasar.file2 = main.js
electron.appasar.search2 = const e=!!this._appSettings.get().autoStartEnabled
electron.appasar.replace2 = const e=0
# Official artifacts
atf.id = Skype
atf.win32.filename = ${atf.id}-win32-${app.version}-setup
atf.win32.ext = .exe
atf.win32.url = https://download.skype.com/s4l/production/win/Skype-${app.version}.exe
atf.win32.assertextract = ${innosetup.app}/Skype.exe