Skip to content

Commit

Permalink
Merge pull request #42 from Ecconia/fix-texturepacker-download
Browse files Browse the repository at this point in the history
Fix runnable-textpacker.jar download
  • Loading branch information
dengr1065 authored Aug 29, 2024
2 parents 6ff5cc2 + 241f166 commit ef2591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/image-resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
}
Expand Down

0 comments on commit ef2591d

Please sign in to comment.