Change Debian package name to match architecture in debian/control

This commit is contained in:
Kyle Guinn 2021-11-09 22:33:34 -06:00
parent 0c0090854b
commit 5f894762b1
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ rm -rf deb
make INSTALL_ROOT=deb install; find deb/
cp -r resources/debian deb/DEBIAN
dpkg-deb --build deb
mv deb.deb EspoTek_Labrador-$(git rev-parse --short HEAD)-x64.deb
mv deb.deb EspoTek_Labrador-$(git rev-parse --short HEAD)-amd64.deb