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:
commit
ef2591d0f8
@ -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!");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user