File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,13 @@ jobs:
59
59
security import $CERTIFICATE_PATH -P "$P12_PASSWORD" -A -t cert -f pkcs12 -k $KEYCHAIN_PATH
60
60
security list-keychain -d user -s $KEYCHAIN_PATH
61
61
62
- # Create config file needed by release.py
62
+ # Create notabot config file
63
63
echo -e "[developer]\nidentity = $DEV_ID" > notabot.cfg
64
64
echo -e "username = $DEV_USERNAME" >> notabot.cfg
65
65
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
69
66
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
70
69
cp notabot.cfg snappy/macOS_app
71
70
72
71
- name : Run build script
You can’t perform that action at this time.
0 commit comments