-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbuild.properties
More file actions
30 lines (26 loc) · 809 Bytes
/
build.properties
File metadata and controls
30 lines (26 loc) · 809 Bytes
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 = insomnia
app.name = Insomnia
app.type = electron
app.version = 12.2.0
app.release = 30
app.homepage = https://insomnia.rest
# Portable app
papp.id = ${app}-portable
papp.guid = {43BA8065-52D4-4582-9AEB-BDD984F7C268}
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 = Insomnia_ExecutionStub.exe
electron.libfolder = lib/net45
electron.enableautoupdate = false
# Official artifacts
atf.id = Insomnia
atf.win64.filename = Insomnia.Core-win64
atf.win64.ext = .exe
atf.win64.url = https://github.com/Kong/insomnia/releases/download/core%40${app.version}/Insomnia.Core-${app.version}.exe
atf.win64.assertextract = RELEASES