Skip to content

Commit b23ea48

Browse files
yurikoleswhoozle
authored andcommitted
add bin folder to macOS dmg (#207)
1 parent 42c5421 commit b23ea48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ matrix:
88
- os: linux
99
compiler: gcc
1010
- os: osx
11+
osx_image: xcode10.1
1112
compiler: clang
1213

1314
before_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

0 commit comments

Comments
 (0)