Skip to content

Commit 6864930

Browse files
committed
Update for new notabot.
1 parent d92d089 commit 6864930

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/macOS.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,13 @@ jobs:
5959
security import $CERTIFICATE_PATH -P "$P12_PASSWORD" -A -t cert -f pkcs12 -k $KEYCHAIN_PATH
6060
security list-keychain -d user -s $KEYCHAIN_PATH
6161
62-
# Create config file needed by release.py
62+
# Create notabot config file
6363
echo -e "[developer]\nidentity = $DEV_ID" > notabot.cfg
6464
echo -e "username = $DEV_USERNAME" >> notabot.cfg
6565
echo -e "password = $DEV_PASSWORD\n" >> notabot.cfg
66-
echo -e "[app]\napp_name = SnapPy" >> notabot.cfg
67-
echo -e "app_path = dist/SnapPy.app" >> notabot.cfg
68-
echo -e "dmg_path = disk_images/SnapPy.dmg" >> notabot.cfg
6966
echo -e "[entitlements]\nplist_file = entitlements.plist" >> notabot.cfg
67+
echo -e "[paths]\nbundle_path = dist/SnapPy.app" >> notabot.cfg
68+
echo -e "dmg_path = disk_images/SnapPy.dmg" >> notabot.cfg
7069
cp notabot.cfg snappy/macOS_app
7170
7271
- name: Run build script

0 commit comments

Comments
 (0)