small fixes

This commit is contained in:
Evgeny
2022-09-17 10:41:43 +03:00
parent 8bdb2a84a9
commit fbb5789c2e
5 changed files with 4 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
-- type = "search" -- type = "search"
-- author = "Sriram SV" -- author = "Sriram SV"
-- version = "1.0" -- version = "1.0"
-- prefix = "navigate" -- prefix = "navigate|nav"
text_from = "" text_from = ""
text_to = "" text_to = ""

View File

@@ -1,10 +1,10 @@
-- name = "Play Store" -- name = "Play Store"
-- description = "Search anything in playstore app" -- description = "Search anything in Play Store app"
-- data_source = "internal" -- data_source = "internal"
-- type = "search" -- type = "search"
-- author = "Sriram SV" -- author = "Sriram SV"
-- version = "1.0" -- version = "1.0"
-- prefix = "playstore|play|appstore|store" -- prefix = "store|ps"
text_from = "" text_from = ""
text_to = "" text_to = ""

View File

@@ -4,7 +4,6 @@
-- type = "search" -- type = "search"
-- author = "Sriram SV" -- author = "Sriram SV"
-- version = "1.0" -- version = "1.0"
-- prefix = "ip"
local md_color = require "md_colors" local md_color = require "md_colors"
local blue = md_colors.blue_500 local blue = md_colors.blue_500

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
REPOS="main addons ru samples community" REPOS="main ru samples community"
SCRIPTS_DIR="/sdcard/Android/data/ru.execbit.aiolauncher/files/" SCRIPTS_DIR="/sdcard/Android/data/ru.execbit.aiolauncher/files/"
adb shell rm -rf $SCRIPTS_DIR/*.lua adb shell rm -rf $SCRIPTS_DIR/*.lua