Skip to content

Commit

Permalink
fix distro gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmaclarty committed Nov 6, 2018
1 parent ff83e49 commit 6425db3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ if [[ "$TRAVIS_TAG" == *-distro-trigger ]]; then
chmod a+x amulet-${TAG}/amulet
chmod a+x amulet-${TAG}/amulet.i686
else
cp -r builds/osx/luajit/release/bin/* amulet-${TAG}/
cp -r builds/osx/luajit/release/bin/amulet amulet-${TAG}/
chmod a+x amulet-${TAG}/amulet
rm amulet-${TAG}/Info.plist
fi
mv builds amulet-${TAG}/
zip -r amulet-${TAG}-${TRAVIS_OS_NAME}.zip amulet-${TAG}
Expand Down

0 comments on commit 6425db3

Please sign in to comment.