Skip to content

Commit

Permalink
Merge pull request #225 from avdv/scalals-apps-contrib
Browse files Browse the repository at this point in the history
Add scalals to apps-contrib
  • Loading branch information
tgodzik committed Mar 22, 2024
2 parents 2360aaa + cbddf9a commit 3a46d12
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps-contrib/resources/scalals.json
@@ -0,0 +1,15 @@
{
"repositories": [
"jitpack"
],
"dependencies": [
"com.github.avdv:scalals:latest.release"
],
"launcherType": "prebuilt",
"prebuiltBinaries": {
"x86_64-pc-linux": "https://github.com/avdv/scalals/releases/download/${version}/scalals-x86_64-linux",
"aarch64-pc-linux": "https://github.com/avdv/scalals/releases/download/${version}/scalals-arm64-linux",
"x86_64-apple-darwin": "https://github.com/avdv/scalals/releases/download/${version}/scalals-x86_64-darwin",
"aarch64-apple-darwin": "https://github.com/avdv/scalals/releases/download/${version}/scalals-arm64-darwin"
}
}

0 comments on commit 3a46d12

Please sign in to comment.