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

Commit 16f4744

Browse files
committed
added repogen
1 parent 0e5847a commit 16f4744

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

repogen.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
# IMPORTANT: Adjust path to script of https://github.com/Skycoder42/QtModules (repogen.py)
3+
# $1 path to module binaries
4+
# $2 Version
5+
6+
myDir=$(dirname "$0")
7+
"$myDir/../QtModules/repogen.py" "$1" DataSync "qt.58.skycoder42.jsonserializer, qt.58.skycoder42.backgroundprocess" "A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices." "$2" "$myDir/LICENSE" BSD-3-Clause

0 commit comments

Comments
 (0)