Skip to content

Commit

Permalink
Update linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bubio committed Oct 23, 2023
1 parent 70551b7 commit 2c72d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Builder/Linux/dist_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCPACK=ON -DCMAKE_INSTALL_P
cmake --build build -j 2 --target package

if [ -f build/xm8*.rpm ]; then
mv build/xm8*.rpm build/xm8_linux_x86_64.rpm
mv build/xm8*.rpm build/XM8_Linux_x86_64.rpm

read -p "Do you want to install the rpm package? (y/N): " yn
case "$yn" in
Expand Down Expand Up @@ -59,4 +59,4 @@ if [ -f build/xm8*armhf.deb ]; then
esac
fi

popd
popd

0 comments on commit 2c72d51

Please sign in to comment.