Skip to content

Commit a16daf8

Browse files
committed
Staxel: update fnalibs download URL
1 parent 4ea77eb commit a16daf8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

staxel.kvp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Meta.Prerequisites=[]
2020
Meta.ExtraContainerPackages=[]
2121
Meta.ConfigReleaseState=NotSpecified
2222
Meta.NoCommercialUsage=False
23-
Meta.ConfigVersion=3
23+
Meta.ConfigVersion=4
2424
Meta.ReleaseNotes=
2525
Meta.BreakingReleaseNotes=
2626
Meta.AppConfigId=e8d63df4-2767-4032-9000-e8fc8fc5c94c

staxelupdates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"UpdateSourcePlatform": "Linux",
1414
"UpdateSource": "Executable",
1515
"UpdateSourceData": "/bin/bash",
16-
"UpdateSourceArgs": "-c \"wget -q -N https://fna.flibitijibibo.com/archive/fnalibs.tar.bz2 && tar -xf fnalibs.tar.bz2 -C ./staxel/405710/bin/ lib64/ && rm -f fnalibs.tar.bz2\"",
16+
"UpdateSourceArgs": "-c \"cd staxel/405710 && mkdir -p fnalibs && wget -qO fnalibs.zip https://nightly.link/FNA-XNA/fnalibs-dailies/workflows/ci/main/fnalibs.zip || { echo \\\"Download of latest fnalibs failed from GitHub. Aborting\\\"; exit 1; }; unzip -qo fnalibs.zip -d fnalibs && \\cp -a fnalibs/lib64 bin/ >/dev/null 2>&1 && rm -rf fnalibs fnalibs.zip >/dev/null 2>&1\"",
1717
"SkipOnFailure": false
1818
}
1919
]

0 commit comments

Comments
 (0)