forked from portapps/whatsapp-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
39 lines (35 loc) · 1.33 KB
/
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
37
38
39
# Portapps
core.dir = ../portapps
# App
app = whatsapp
app.name = WhatsApp
app.type = electron
#app.version =
app.release = 32
app.homepage = https://www.whatsapp.com
# Portable app
papp.id = ${app}-portable
papp.guid = {E309EFB8-E43D-428D-947E-C9920911873E}
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
# Electron
electron.executionstub = WhatsApp_ExecutionStub.exe
electron.libfolder = lib/net45
electron.enableautoupdate = false
electron.appasar.file = main.js
electron.appasar.search = CHECK_UPDATE_URL:"https://web.whatsapp.com/check-update"
electron.appasar.replace = CHECK_UPDATE_URL:"https://reqbin.com/echo/get/json"
electron.appasar.file1 = renderer.js
electron.appasar.search1 = CHECK_UPDATE_URL:"https://web.whatsapp.com/check-update"
electron.appasar.replace1 = CHECK_UPDATE_URL:"https://reqbin.com/echo/get/json"
electron.appasar.file2 = voip.js
electron.appasar.search2 = CHECK_UPDATE_URL:"https://web.whatsapp.com/check-update"
electron.appasar.replace2 = CHECK_UPDATE_URL:"https://reqbin.com/echo/get/json"
# Official artifacts
atf.id = WhatsApp
atf.win64.filename = WhatsAppSetup-win64
atf.win64.ext = .exe
atf.win64.url = https://web.whatsapp.com/desktop/windows/release/x64/WhatsAppSetup.exe
atf.win64.assertextract = RELEASES