Skip to content

Commit ae909dc

Browse files
committed
Fix name in scripts
1 parent 1800ede commit ae909dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package/pyinstaller/codesign.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ -z "${APPLE_TEAM_ID}" || -z "${KEYCHAIN_PASSWORD}" || -z "${CERTIFICATE_BA
1818
fi
1919

2020
log "Setting the required environment variables."
21-
APP_NAME="PyMca5"
21+
APP_NAME="PyMca"
2222
ROOT="${PWD}"
2323
APP_PATH="${ROOT}/dist/${APP_NAME}.app"
2424
KEYCHAIN_PATH="${ROOT}/notarize.keychain-db"

package/pyinstaller/create-dmg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ log() {
1212
}
1313

1414
log "Setting environment variables."
15-
APP_NAME="PyMca5"
15+
APP_NAME="PyMca"
1616
ROOT="${PWD}"
1717
APP="${ROOT}/dist/${APP_NAME}.app"
1818
RESOURCES="${ROOT}" # The path to resources (volume icon, background, ...)."

package/pyinstaller/notarize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ -z "${APPLE_ID}" || -z "${APPLE_TEAM_ID}" || -z "${APPLICATION_SPECIFIC_PA
1818
fi
1919

2020
log "Setting the required environment variables."
21-
APP_NAME="PyMca5"
21+
APP_NAME="PyMca"
2222
ROOT="${PWD}"
2323
APP_DMG="${ROOT}/artifacts/${APP_NAME}.dmg"
2424

0 commit comments

Comments
 (0)