We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e46781 commit 233682bCopy full SHA for 233682b
1 file changed
diy/diy_10bits.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-source $GITHUB_WORKSPACE/action_util.sh
+source $GITHUB_WORKSPACE/action_app_custom.sh
3
function my_launcher_icon(){
4
debug "替换图标"
5
find $APP_WORKSPACE/app/src -type d -regex '.*/res/drawable' -exec \
@@ -8,4 +8,4 @@ function my_launcher_icon(){
8
find $APP_WORKSPACE/app/src -regex '.*/res/.*/ic_launcher.xml' -exec \
9
sed "/background/d" {} -i \;
10
}
11
-my_launcher_icon;
+my_launcher_icon;
0 commit comments