Skip to content

Commit 2378653

Browse files
Increased app height to prevent bottom text from being cut off. Also updated sign_and_package script to delete the temporary .pkg file.
1 parent d5a8f73 commit 2378653

File tree

3 files changed

+488
-1
lines changed

3 files changed

+488
-1
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ chrome.app.runtime.onLaunched.addListener(function() {
77
id: "BlocklyProp-Launcher",
88
innerBounds: {
99
width: 500,
10-
height: 414
10+
height: 433
1111
}, state: "normal",
1212
resizable: false
1313
}, function(win) {

package/mac_app_sign_and_package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ if [[ -e ${RESOURCES}${DIST_DST} ]]
471471
then
472472
echo "Cleaning up temporary files..."
473473
rm ${RESOURCES}${DIST_DST}
474+
rm ${DISTRIBUTION}${APP_NAME}.pkg
474475
fi
475476

476477
echo

0 commit comments

Comments
 (0)