Skip to content

Commit 2c72d51

Browse files
committed
Update linux build script
1 parent 70551b7 commit 2c72d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Builder/Linux/dist_app.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCPACK=ON -DCMAKE_INSTALL_P
2121
cmake --build build -j 2 --target package
2222

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

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

62-
popd
62+
popd

0 commit comments

Comments
 (0)