|
40 | 40 | user_info="$bintrayUser:$bintrayApiKey" |
41 | 41 | curl -T $zipfile --user $user_info https://api.bintray.com/content/open-ephys-gui/Test/Test-mac/$gui_ver/$zipfile |
42 | 42 | curl -X POST --user $user_info https://api.bintray.com/content/open-ephys-gui/Test/Test-mac/$gui_ver/publish |
| 43 | + brew install create-dmg && create-dmg \ |
| 44 | + --volname "Open-Ephys Installer" \ |
| 45 | + --volicon "open-ephys/open-ephys.app/Contents/Resources/Icon.icns" \ |
| 46 | + --background "open-ephys/open-ephys.app/Contents/Resources/dmg_background.png" \ |
| 47 | + --window-pos 300 0 \ |
| 48 | + --window-size 688 416 \ |
| 49 | + --icon-size 128 \ |
| 50 | + --icon "open-ephys.app" 200 190 \ |
| 51 | + --hide-extension "Open-Ephys.app" \ |
| 52 | + --app-drop-link 500 188 \ |
| 53 | + "Open-Ephys-Installer.dmg" \ |
| 54 | + "open-ephys/" |
| 55 | + user_info="$bintrayUser:$bintrayApiKey" |
| 56 | + curl -T Open-Ephys-Installer.dmg --user $user_info https://api.bintray.com/content/open-ephys-gui/Test-Installer/Test-Installer-Mac/$gui_ver/Open-Ephys-Installer.dmg |
| 57 | + curl -X POST --user $user_info https://api.bintray.com/content/open-ephys-gui/Test-Installer/Test-Installer-Mac/$gui_ver/publish |
43 | 58 | - name: deploy_release |
44 | 59 | if: github.ref == 'refs/heads/master' |
45 | 60 | env: |
|
57 | 72 | user_info="$bintrayUser:$bintrayApiKey" |
58 | 73 | curl -T $zipfile --user $user_info https://api.bintray.com/content/open-ephys-gui/Release/Release-mac/$gui_ver/$zipfile |
59 | 74 | curl -X POST --user $user_info https://api.bintray.com/content/open-ephys-gui/Release/Release-mac/$gui_ver/publish |
| 75 | + brew install create-dmg && create-dmg \ |
| 76 | + --volname "Open-Ephys Installer" \ |
| 77 | + --volicon "open-ephys/open-ephys.app/Contents/Resources/Icon.icns" \ |
| 78 | + --background "open-ephys/open-ephys.app/Contents/Resources/dmg_background.png" \ |
| 79 | + --window-pos 300 0 \ |
| 80 | + --window-size 688 416 \ |
| 81 | + --icon-size 128 \ |
| 82 | + --icon "open-ephys.app" 200 190 \ |
| 83 | + --hide-extension "Open-Ephys.app" \ |
| 84 | + --app-drop-link 500 188 \ |
| 85 | + "Open-Ephys-Installer.dmg" \ |
| 86 | + "open-ephys/" |
| 87 | + user_info="$bintrayUser:$bintrayApiKey" |
| 88 | + curl -T Open-Ephys-Installer.dmg --user $user_info https://api.bintray.com/content/open-ephys-gui/Release-Installer/Release-Installer-Mac/$gui_ver/Open-Ephys-Installer.dmg |
| 89 | + curl -X POST --user $user_info https://api.bintray.com/content/open-ephys-gui/Release-Installer/Release-Installer-Mac/$gui_ver/publish |
0 commit comments