We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70551b7 commit 2c72d51Copy full SHA for 2c72d51
Builder/Linux/dist_app.sh
@@ -21,7 +21,7 @@ cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCPACK=ON -DCMAKE_INSTALL_P
21
cmake --build build -j 2 --target package
22
23
if [ -f build/xm8*.rpm ]; then
24
- mv build/xm8*.rpm build/xm8_linux_x86_64.rpm
+ mv build/xm8*.rpm build/XM8_Linux_x86_64.rpm
25
26
read -p "Do you want to install the rpm package? (y/N): " yn
27
case "$yn" in
@@ -59,4 +59,4 @@ if [ -f build/xm8*armhf.deb ]; then
59
esac
60
fi
61
62
-popd
+popd
0 commit comments