File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 88 - os : linux
99 compiler : gcc
1010 - os : osx
11+ osx_image : xcode10.1
1112 compiler : clang
1213
1314before_install :
@@ -46,6 +47,8 @@ script:
4647 make -j$(sysctl -n hw.ncpu) &&
4748 make install &&
4849 mv installdir/android-file-transfer.app installdir/Android\ File\ Transfer\ for\ Linux.app &&
50+ mkdir -p installdir/Android\ File\ Transfer\ for\ Linux.app/Contents/SharedSupport/ &&
51+ mv installdir/bin installdir/Android\ File\ Transfer\ for\ Linux.app/Contents/SharedSupport/ &&
4952 git clone https://github.com/andreyvit/create-dmg.git &&
5053 cd create-dmg &&
5154 ./create-dmg --volicon "../../osx/android-file-transfer.icns" --icon-size 96 --icon "Android File Transfer for Linux" 110 100 --app-drop-link 380 100 AndroidFileTransferForLinux.dmg ../installdir/Android\ File\ Transfer\ for\ Linux.app
You can’t perform that action at this time.
0 commit comments