RMG: introduce an updater

This commit is contained in:
Rosalie Wanders
2022-12-04 20:39:45 +01:00
parent 40f8fa982d
commit cabc56550b
20 changed files with 999 additions and 1 deletions
+4
View File
@@ -40,4 +40,8 @@ done
windeployqt "$exe"
# needed by Qt at runtime
cp "$path/libcrypto-1_1-x64.dll" "$bin_dir/"
cp "$path/libssl-1_1-x64.dll" "$bin_dir/"
exit 0