From edeff35d7e5815ad8f819e5669a92f5225ca232f Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 6 Oct 2023 13:02:23 +0200 Subject: [PATCH] Activate download of json-configuration files. --- OnDemandUpdatePTU.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OnDemandUpdatePTU.pro b/OnDemandUpdatePTU.pro index c80a03e..1764673 100644 --- a/OnDemandUpdatePTU.pro +++ b/OnDemandUpdatePTU.pro @@ -23,6 +23,8 @@ DEFINES += QT_DEPRECATED_WARNINGS # changes). # 1.3.7 : Wait forever for git-commands to finish in QProcess executing such # a command. +# 1.3.8 : Remove accessing opkg_commands under file-system-path /etc/psa_update. +# Activate download of json-configuration files. win32 { BUILD_DATE=$$system("date /t") @@ -32,7 +34,7 @@ win32 { BUILD_TIME=$$system("date +%H:%M:%S") } -VERSION="1.3.7" +VERSION="1.3.8" INCLUDEPATH += plugins