Skip to content

Commit

Permalink
Increased app height to prevent bottom text from being cut off. Also …
Browse files Browse the repository at this point in the history
…updated sign_and_package script to delete the temporary .pkg file.
  • Loading branch information
GitHub-Obex-Bot committed Nov 4, 2022
1 parent d5a8f73 commit 2378653
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chrome.app.runtime.onLaunched.addListener(function() {
id: "BlocklyProp-Launcher",
innerBounds: {
width: 500,
height: 414
height: 433
}, state: "normal",
resizable: false
}, function(win) {
Expand Down
1 change: 1 addition & 0 deletions package/mac_app_sign_and_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ if [[ -e ${RESOURCES}${DIST_DST} ]]
then
echo "Cleaning up temporary files..."
rm ${RESOURCES}${DIST_DST}
rm ${DISTRIBUTION}${APP_NAME}.pkg
fi

echo
Expand Down
Loading

0 comments on commit 2378653

Please sign in to comment.