diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-19 08:03:34 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-19 08:03:34 +0800 |
| commit | ab7855fab13d5994f0b6dbecd1ed35887b9a4e83 (patch) | |
| tree | 1691eef7dff7bd3d460eaee53ab857fdffe22441 | |
| parent | 755b836efd1c4b65168eeca7e2058a4149b212ed (diff) | |
Renew the RT installation URL
| -rw-r--r-- | controller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.cxx b/controller.cxx index e50dc38..60dd05e 100644 --- a/controller.cxx +++ b/controller.cxx @@ -18,7 +18,7 @@ Controller::Controller(QObject* parent) file.copy(path); #endif using RTClient::Client; - auto client = new Client{"https://darapsa.co.id/rt" + auto client = new Client{"https://rt.darapsa.co.id" #ifdef ANDROID , path.toLatin1().constData() #endif |