1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Fix i386 deb name

This commit is contained in:
Christian Dürr 2018-11-14 09:31:19 +01:00
parent 355190076a
commit 644f138e5e

View file

@ -52,7 +52,7 @@ elif [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo docker run -v "$(pwd):/source" undeadleech/alacritty-ubuntu-i386 \
sh -c "cd /source && /root/.cargo/bin/cargo deb"
sudo chown -R $USER:$USER "./target"
mv "./target/debian/*.deb" "./target/deploy/${name}_amd64.deb"
mv "./target/debian/*.deb" "./target/deploy/${name}_i386.deb"
elif [ "$TRAVIS_OS_NAME" == "windows" ]; then
mv "./target/release/alacritty.exe" "./target/deploy/${name}.exe"
mv "./target/release/winpty-agent.exe" "./target/deploy/winpty-agent.exe"