fix(lomiri-app-launch): undue raboneko (#562)

* fix(lomiri-app-launch): undue raboneko

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>

* Delete update.rhai

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>

---------

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>
This commit is contained in:
cat-master21
2023-06-15 21:27:38 -07:00
committed by GitHub
parent 4edf465c69
commit f360990636
2 changed files with 1 additions and 4 deletions
@@ -1,5 +1,5 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-app-launch
%global commit d69c7a1339e0d227bebb500b6a1fe655095ff700
%global commit e58213c813ffda487dc4fb1226c9f866864510e4
%forgemeta
Name: lomiri-app-launch
-3
View File
@@ -1,3 +0,0 @@
let o = get("https://gitlab.com/api/v4/projects/17286402/repository/tags").json_arr()[0];
rpm.global("commit", o.commit.id);
rpm.version(o.name);