Skip to content

Commit

Permalink
Merge pull request #629 from Moo-Ack-Productions/627-mcprep-fix-releaser
Browse files Browse the repository at this point in the history
Using updated production bab build command
  • Loading branch information
TheDuckCow authored Aug 24, 2024
2 parents 09418d4 + 061bf15 commit 11511b7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions push_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,14 @@ rm MCprep_addon/mcprep_addon_tracker.json
rm mcprep_addon_trackerid.json

echo "Building prod addon..."
bpy-addon-build -b translate # No --during-build dev to make it prod.
ls build/MCprep_addon.zip
bab -b translate # No --during-build dev to make it prod.
if [ $? -eq 0 ]; then
echo "Build complete"
ls build/MCprep_addon.zip
else
echo "Build failed"
exit
fi

# -----------------------------------------------------------------------------
# Cross check no local changes, such as updated translations
Expand Down

0 comments on commit 11511b7

Please sign in to comment.