-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.properties
30 lines (26 loc) · 951 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
# Portapps
core.dir = ../portapps
# App
app = beaker-browser
app.name = Beaker Browser
app.type = archive
app.version = 1.1.0
app.release = 4
app.homepage = https://beakerbrowser.com
# Portable app
papp.id = ${app}-portable
papp.guid = {C85DCA47-0B84-4601-A840-F4A02F24CC6B}
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.appasar.file = background-process.build.js
electron.appasar.search = const isBrowserUpdatesSupported = !(IS_LINUX || IS_FROM_SOURCE)
electron.appasar.replace = const isBrowserUpdatesSupported = false
# Official artifacts
atf.id = beaker-browser
atf.win64.filename = ${atf.id}-setup-${app.version}
atf.win64.ext = .exe
atf.win64.url = https://github.com/beakerbrowser/beaker/releases/download/${app.version}/beaker-browser-setup-${app.version}.exe
atf.win64.assertextract = $PLUGINSDIR/app-64.7z