forked from distok/cutthecord
Some fixes for 9.1.2, still doesn't build
This commit is contained in:
parent
3217dfcd30
commit
145d67aa8b
3 changed files with 2 additions and 4 deletions
|
@ -23,6 +23,8 @@ def patch(patch_file, workdir, patch_name=""):
|
|||
|
||||
raise FileNotFoundError(f"No patches with name \"{patch_file}\" :(")
|
||||
|
||||
print(f"Applying {patch_file}")
|
||||
|
||||
subprocess.run(f"patch -p1 --no-backup-if-mismatch -i {patch_file}",
|
||||
shell=True, check=True, cwd=workdir)
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
\cp res/mipmap-xxxhdpi/ic_launcher_background.png res/mipmap-hdpi/ic_launcher_background.png
|
||||
\cp res/mipmap-xxxhdpi/ic_launcher_background.png res/mipmap-mdpi/ic_launcher_background.png
|
||||
\cp res/mipmap-xxxhdpi/ic_launcher_background.png res/mipmap-xhdpi/ic_launcher_background.png
|
||||
\cp res/mipmap-xxxhdpi/ic_launcher_background.png res/mipmap-xxhdpi/ic_launcher_background.png
|
||||
|
||||
\cp res/mipmap-xxxhdpi/ic_launcher_foreground.png res/mipmap-hdpi/ic_launcher_foreground.png
|
||||
\cp res/mipmap-xxxhdpi/ic_launcher_foreground.png res/mipmap-mdpi/ic_launcher_foreground.png
|
||||
\cp res/mipmap-xxxhdpi/ic_launcher_foreground.png res/mipmap-xhdpi/ic_launcher_foreground.png
|
||||
\cp res/mipmap-xxxhdpi/ic_launcher_foreground.png res/mipmap-xxhdpi/ic_launcher_foreground.png
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-hdpi/ic_logo.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-mdpi/ic_logo.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xhdpi/ic_logo.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxhdpi/ic_logo.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxxhdpi/ic_logo.png
|
||||
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-hdpi/ic_logo_round.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-mdpi/ic_logo_round.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xhdpi/ic_logo_round.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxhdpi/ic_logo_round.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxxhdpi/ic_logo_round.png
|
||||
|
|
Loading…
Reference in a new issue