From ad2bed35eb0189b290d0bcbf46ed9612df53ad56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Mon, 15 Jul 2019 02:12:54 +0200 Subject: [PATCH] rewrite yml: be.norio.randomapp --- metadata/be.norio.randomapp.txt | 22 ---------------------- metadata/be.norio.randomapp.yml | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 metadata/be.norio.randomapp.txt create mode 100644 metadata/be.norio.randomapp.yml diff --git a/metadata/be.norio.randomapp.txt b/metadata/be.norio.randomapp.txt deleted file mode 100644 index 346bb36b06..0000000000 --- a/metadata/be.norio.randomapp.txt +++ /dev/null @@ -1,22 +0,0 @@ -Categories:System -License:GPL-3.0-only -Web Site:http://www.norio.be/ -Source Code:https://github.com/litrik/be.norio.randomapp -Issue Tracker:https://github.com/litrik/be.norio.randomapp/issues - -Auto Name:Random App -Summary:Launch a random app -Description: -Launch a randomly chosen app on your device. -. - -Repo Type:git -Repo:https://github.com/litrik/be.norio.randomapp.git - -Build:1.0,1 - commit=0ac31 - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.0 -Current Version Code:1 diff --git a/metadata/be.norio.randomapp.yml b/metadata/be.norio.randomapp.yml new file mode 100644 index 0000000000..0ab8a69044 --- /dev/null +++ b/metadata/be.norio.randomapp.yml @@ -0,0 +1,23 @@ +Categories: + - System +License: GPL-3.0-only +WebSite: http://www.norio.be/ +SourceCode: https://github.com/litrik/be.norio.randomapp +IssueTracker: https://github.com/litrik/be.norio.randomapp/issues + +AutoName: Random App +Summary: Launch a random app +Description: Launch a randomly chosen app on your device. + +RepoType: git +Repo: https://github.com/litrik/be.norio.randomapp.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: 0ac31 + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '1.0' +CurrentVersionCode: 1