Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 03942b2

Browse files
committed
fix script
[ci skip]
1 parent d053632 commit 03942b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/qdatasyncserver/dockerbuild/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git clone https://github.com/Skycoder42/QtDataSync.git --branch 3.0.2
2525

2626
mkdir build
2727
cd build
28-
$QT_DIR/bin/qmake -r ../qtdatasync/
28+
$QT_DIR/bin/qmake -r ../QtDataSync/
2929
cd tools/qdatasyncserver
3030
make
3131
make install

0 commit comments

Comments
 (0)