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

Commit

Permalink
no dsserver for non desktop platforms
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Skycoder42 committed Aug 31, 2017
1 parent b65b26e commit 52f59fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ qtDir=${1?First parameter must be set to the dir to install}
version=${2?Set the version as second parameter}
qtvid=$(echo $qtDir | sed -e "s/\\.//g")

"$myDir/../QtModules/deploy/repogen.py" "$qtDir" DataSync "qt.$qtvid.skycoder42.jsonserializer,qt.$qtvid.skycoder42.backgroundprocess" "qdatasyncserver" "A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices." "$version" "$myDir/LICENSE" BSD-3-Clause
"$myDir/../QtModules/deploy/repogen.py" "$qtDir" DataSync "qt.$qtvid.skycoder42.jsonserializer,qt.$qtvid.skycoder42.backgroundprocess" "" "A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices." "$version" "$myDir/LICENSE" BSD-3-Clause

0 comments on commit 52f59fd

Please sign in to comment.