Skip to content

Commit

Permalink
conveyor release work
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed May 28, 2024
1 parent 3cdaf68 commit 1d33046
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,23 @@ include "#!./gradlew -q printConveyorConfig"
// See https://hydraulic.dev/blog/11-in-jar-signing.html for more.
include required("https://raw.githubusercontent.com/hydraulic-software/conveyor/master/configs/jvm/extract-native-libraries.conf")

gradle-cache = ${env.HOME}/.gradle
gradle-cache = ${env.HOME}/.gradle/caches

// Config file documentation: https://conveyor.hydraulic.dev/latest/configs
app {
// Set this when build system changes without a software change
revision = 0
revision = 1

vcs-url = "https://github.com/sproctor/warlock3"
// The base URL is where the download site will be placed. Packages will check here for updates.
site {
github {
// Token looks like "github_pat_SOME_TOKEN_VALUE"
oauth-token = ${env.GITHUB_TOKEN}

// Optional: upload the download site to a branch.
pages-branch = "gh-pages"
pages-branch = "master"
}

copy-to = "github:WarlockFE/warlockfe.github.io"

extra-header-html = """
<script>
if (navigator.userAgent.match(/Android/i)) {
Expand All @@ -51,17 +50,18 @@ app {
}]

# Put the dropped JAR back with the right version for each platform.
# ./gradlew printConveyorConfig | grep skiko-awt-runtime
windows.amd64.inputs = ${app.inputs} [
${gradle-cache}/caches/modules-2/files-2.1/org.jetbrains.skiko/skiko-awt-runtime-windows-x64/0.7.97/70e5ac402b2f402458dcc6f5ac6fc058157201fd/skiko-awt-runtime-windows-x64-0.7.97.jar
${gradle-cache}/modules-2/files-2.1/org.jetbrains.skiko/skiko-awt-runtime-windows-x64/0.8.4/2edf3fdbe20d02b8fa39eed2dd5e8d70647c821/skiko-awt-runtime-windows-x64-0.8.4.jar
]
mac.amd64.inputs = ${app.inputs} [
${gradle-cache}caches/modules-2/files-2.1/org.jetbrains.skiko/skiko-awt-runtime-macos-x64/0.7.97/fc1bda4a577e8947aed7235bbb42d264c8eff80b/skiko-awt-runtime-macos-x64-0.7.97.jar
${gradle-cache}/modules-2/files-2.1/org.jetbrains.skiko/skiko-awt-runtime-macos-x64/0.8.4/aefddcbdabf326a8268ed638a34a60bb2b89f238/skiko-awt-runtime-macos-x64-0.8.4.jar
]
mac.aarch64.inputs = ${app.inputs} [
caches/modules-2/files-2.1/org.jetbrains.skiko/skiko-awt-runtime-macos-arm64/0.7.97/4e21507ab052cffb4e247ca3d3523ebd1a332ef6/skiko-awt-runtime-macos-arm64-0.7.97.jar
${gradle-cache}/modules-2/files-2.1/org.jetbrains.skiko/skiko-awt-runtime-macos-arm64/0.8.4/8c6815877da068d972fa2d74d7014c4be8c80044/skiko-awt-runtime-macos-arm64-0.8.4.jar
]
linux.amd64.inputs = ${app.inputs} [
${gradle-cache}/caches/modules-2/files-2.1/org.jetbrains.skiko/skiko-awt-runtime-linux-x64/0.7.97/3b8183bdd687fb06121305fcfb340398fa3331b6/skiko-awt-runtime-linux-x64-0.7.97.jar
${gradle-cache}/modules-2/files-2.1/org.jetbrains.skiko/skiko-awt-runtime-linux-x64/0.8.4/97c61c199679ee00b841da0b3b459c74aa8ea771/skiko-awt-runtime-linux-x64-0.8.4.jar
]

icons = app/src/main/resources/images/icon.png
Expand Down

0 comments on commit 1d33046

Please sign in to comment.