-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.properties
30 lines (26 loc) · 949 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 = caprine
app.name = Caprine
app.type = archive
app.version = 2.60.1
app.release = 40
app.homepage = https://sindresorhus.com/caprine/
# Portable app
papp.id = ${app}-portable
papp.guid = {2E684DD2-6A76-42A1-A063-A413933CC978}
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 = dist-js/index.js
electron.appasar.search = await electron_updater_1.autoUpdater.checkForUpdatesAndNotify();
electron.appasar.replace = //await electron_updater_1.autoUpdater.checkForUpdatesAndNotify();
# Official artifacts
atf.id = caprine
atf.win64.filename = caprine-setup-${app.version}
atf.win64.ext = .exe
atf.win64.url = https://github.com/sindresorhus/caprine/releases/download/v${app.version}/Caprine-Setup-${app.version}.exe
atf.win64.assertextract = $PLUGINSDIR/app-64.7z