mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 01:34:12 +00:00
makelogo.sh: Add #!/bin/bash
Signed-off-by: Kevin Ji <1146876+kevinji@users.noreply.github.com>
This commit is contained in:
parent
fb6e035950
commit
650441daa5
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
convert bootlogo_128.png -background black -flatten -depth 8 rgba:bootlogo_128.bin
|
||||
convert bootlogo_256.png -background black -flatten -depth 8 rgba:bootlogo_256.bin
|
||||
|
|
Loading…
Reference in a new issue