forked from portapps/whatsapp-portable
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.properties
36 lines (32 loc) · 1.04 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
# Portapps
core.dir = ../portapps
# App
app = whatsapp
app.name = WhatsApp
app.type = electron
#app.version =
app.release = 33
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.file0 = main.js
electron.appasar.search0 = return"web.whatsapp.com"
electron.appasar.replace0 = return"reqbin.com"
electron.appasar.file1 = renderer.js
electron.appasar.search1 = https://web.whatsapp.com/check-update
electron.appasar.replace1 = 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