1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 09:11:50 +00:00

Merge pull request #42 from Ecconia/fix-texturepacker-download

Fix runnable-textpacker.jar download
This commit is contained in:
Даниїл Григор'єв 2024-08-29 23:24:17 +03:00 committed by GitHub
commit ef2591d0f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ export async function buildAtlas() {
const escapedLink = JSON.stringify(runnableTPSource);
try {
execute(`curl -o runnable-texturepacker.jar ${escapedLink}`);
await execute(`curl -o runnable-texturepacker.jar ${escapedLink}`);
} catch {
throw new Error("Failed to download runnable-texturepacker.jar!");
}