VitalElement / AvalonStudio

Cross platform IDE and Shell
GNU Lesser General Public License v3.0
1.63k stars 237 forks source link

Debian build doesn't generate #708

Closed bastisawesome closed 5 years ago

bastisawesome commented 6 years ago

I've run package-debian.sh and it gets to the end and outputs:

dpkg-deb: building package 'avalon-studio' in '/home/bast/misc/AvalonStudio/packages/deb-build/avalon-studio_0.4.5-444-g3dad3ae.deb'.

But in the packages directory there is no .deb for the latest build of AS.

danwalmsley commented 6 years ago

The message is wrong it ends up in deb-out dir. https://github.com/VitalElement/AvalonStudio/blob/develop/packages/package-debian.sh#L27

we had to move the file to work with our CI script, I will fix the message. thanks