mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
Remove alpha patch python script
This commit is contained in:
parent
11a5accafa
commit
01fd6b78e2
10
.github/patch.py
vendored
10
.github/patch.py
vendored
@ -1,10 +0,0 @@
|
||||
from os import system
|
||||
|
||||
patchRes = ["mdpi", "hdpi", "xhdpi", "xxhdpi", "xxxhdpi"]
|
||||
for res in patchRes:
|
||||
system(f"rm -rf ../app/src/main/res/mipmap-{res}/ic_launcher.png")
|
||||
system(f"rm -rf ../app/src/main/res/mipmap-{res}/ic_launcher_foreground.png")
|
||||
system(f"rm -rf ../app/src/main/res/mipmap-{res}/ic_launcher_round.png")
|
||||
system(f"curl https://libre-tube.github.io/alpha-patch/mipmap-{res}/ic_launcher.png --output ../app/src/main/res/mipmap-{res}/ic_launcher.png")
|
||||
system(f"curl https://libre-tube.github.io/alpha-patch/mipmap-{res}/ic_launcher_foreground.png --output ../app/src/main/res/mipmap-{res}/ic_launcher_foreground.png")
|
||||
system(f"curl https://libre-tube.github.io/alpha-patch/mipmap-{res}/ic_launcher_round.png --output ../app/src/main/res/mipmap-{res}/ic_launcher_round.png")
|
Loading…
Reference in New Issue
Block a user