-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbuild.properties
More file actions
28 lines (24 loc) · 732 Bytes
/
build.properties
File metadata and controls
28 lines (24 loc) · 732 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
# Portapps
core.dir = ../portapps
# App
app = nextcloud
app.name = Nextcloud
app.type = msi
app.version = 33.0.2
app.release = 24
app.homepage = https://nextcloud.com
# Portable app
papp.id = ${app}-portable
papp.guid = {DD41A369-F77B-4642-8CDA-3F837C97EF60}
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
# MSI
msi.app = SourceDir
# Official artifacts
atf.id = Nextcloud
atf.win64.filename = ${atf.id}-${app.version}-setup
atf.win64.ext = .msi
atf.win64.url = https://download.nextcloud.com/desktop/releases/Windows/Nextcloud-${app.version}-x64.msi
atf.win64.assertextract = ${msi.app}/PFiles/Nextcloud/nextcloud.exe