Skip to content

Commit bf3797c

Browse files
committed
shfmt fixes
1 parent 46d3056 commit bf3797c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/autobuild/mac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ prepare_signing() {
6868

6969
## Put the certs to files
7070
echo "${MACOS_CERTIFICATE}" | base64 --decode > macos_certificate.p12
71-
71+
7272
# If distribution cert is present, set for store signing + submission
7373
if [[ -n "${MAC_STORE_APP_CERT}" ]]; then
7474
echo "${MAC_STORE_APP_CERT}" | base64 --decode > macapp_certificate.p12
@@ -147,7 +147,7 @@ appstore_submit() {
147147
echo "Submitting package to AppStore Connect..."
148148
# test the signature of package
149149
pkgutil --check-signature "${ARTIFACT_PATH}"
150-
150+
151151
xcrun notarytool submit "${ARTIFACT_PATH}" \
152152
--apple-id "${NOTARIZATION_USERNAME}" \
153153
--team-id "${APPLE_TEAM_ID}" \

mac/deploy_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ build_app() {
124124

125125
# move app bundle to prep for dmg creation
126126
mv "${build_path}/${target_name}.app" "${deploy_path}"
127-
127+
128128
# Cleanup
129129
make -f "${build_path}/Makefile" -C "${build_path}" distclean
130130

0 commit comments

Comments
 (0)