Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BlocklyProp Launcher",
"description": "A Chrome application that connects your Propeller-Powered Hardware to the BlocklyProp website.",
"version": "0.11.1",
"version": "0.11.2",
"manifest_version": 2,
"minimum_chrome_version": "45",

Expand Down
2 changes: 1 addition & 1 deletion package/blocklyproplauncher-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "BlocklyProp Launcher"
#define MyAppStartMenuName "BlocklyProp"
#define MyAppVersion "0.11.0"
#define MyAppVersion "0.11.2"
#define MyAppPublisher "Parallax Inc."
#define MyAppStartMenu "Parallax Inc"
#define MyAppURL "http://blockly.parallax.com/"
Expand Down
2 changes: 1 addition & 1 deletion package/mac_app_sign_and_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ echo
#
# Attempt to deeply codesign the app bundle
#
echo "Code signing the application bundle: ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
echo "Code signing the application bundle (hardened runtime with entitlements): ${DISTRIBUTION}${APP_BUNDLE} with identity: \"${APP_IDENTITY}\""
codesign -s "$APP_IDENTITY" --deep -f -v --options runtime --timestamp --entitlements "./mac-resources/neededToRun.entitlements" "${DISTRIBUTION}${APP_BUNDLE}"
if [ "$?" != "0" ]; then
echo "[Error] Codesigning the application bundle failed!" 1>&2
Expand Down
Loading