-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuild.properties
More file actions
25 lines (21 loc) · 710 Bytes
/
build.properties
File metadata and controls
25 lines (21 loc) · 710 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
# Portapps
core.dir = ../portapps
# App
app = oracle-jdk
app.name = Oracle JDK
app.type = archive
app.version = 15.0.1
app.release = 21
app.homepage = https://www.oracle.com
# Portable app
papp.id = ${app}-portable
papp.guid = {D3343B93-5A9B-442F-9740-773DDE389F48}
papp.name = ${app.name} Portable
papp.desc = ${app.name} portable on Windows by Portapps
papp.url = https://github.com/portapps/${papp.id}
# Official artifact
atf.id = jdk
atf.win64.filename = ${atf.id}-${app.version}-win64
atf.win64.ext = .zip
atf.win64.url = https://github.com/portapps/untouched/releases/download/oracle-jdk-${app.version}/jdk-${app.version}_windows-x64_bin.zip
atf.win64.assertextract = jdk-${app.version}/bin/java.exe