Skip to content

Commit 233682b

Browse files
authored
update
1 parent 2e46781 commit 233682b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

diy/diy_10bits.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
source $GITHUB_WORKSPACE/action_util.sh
2+
source $GITHUB_WORKSPACE/action_app_custom.sh
33
function my_launcher_icon(){
44
debug "替换图标"
55
find $APP_WORKSPACE/app/src -type d -regex '.*/res/drawable' -exec \
@@ -8,4 +8,4 @@ function my_launcher_icon(){
88
find $APP_WORKSPACE/app/src -regex '.*/res/.*/ic_launcher.xml' -exec \
99
sed "/background/d" {} -i \;
1010
}
11-
my_launcher_icon;
11+
my_launcher_icon;

0 commit comments

Comments
 (0)