mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-14 10:41:52 +00:00
Merge pull request #42 from Ecconia/fix-texturepacker-download
Fix runnable-textpacker.jar download
This commit is contained in:
commit
ef2591d0f8
@ -94,7 +94,7 @@ export async function buildAtlas() {
|
|||||||
const escapedLink = JSON.stringify(runnableTPSource);
|
const escapedLink = JSON.stringify(runnableTPSource);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
execute(`curl -o runnable-texturepacker.jar ${escapedLink}`);
|
await execute(`curl -o runnable-texturepacker.jar ${escapedLink}`);
|
||||||
} catch {
|
} catch {
|
||||||
throw new Error("Failed to download runnable-texturepacker.jar!");
|
throw new Error("Failed to download runnable-texturepacker.jar!");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user