small fixes
This commit is contained in:
@@ -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 = ""
|
||||||
@@ -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 = ""
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user