Skip to content

Commit f3d0720

Browse files
committed
added repogen
1 parent daa3087 commit f3d0720

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

repogen.sh

+7
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" AutoUpdater "A Qt library to automatically check for updates and install them." "$2" "$myDir/LICENSE" BSD-3-Clause "android_armv7,android_x86,ios,winrt_armv7_msvc2015,winrt_x64_msvc2015"

0 commit comments

Comments
 (0)