mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 21:12:07 +00:00
Specify a custom logo file to use instead of the Nintendo logo (#1400)
Fixes #1398
This commit is contained in:
@@ -38,7 +38,10 @@ tryCmp () {
|
||||
}
|
||||
|
||||
runTest () {
|
||||
flags="$(head -n 1 "$2/$1.flags")" # Allow other lines to serve as comments
|
||||
flags=$(
|
||||
head -n 1 "$2/$1.flags" | # Allow other lines to serve as comments
|
||||
sed "s#-L #-L ${src//#/\\#}/#g" # Prepend src directory to logo file
|
||||
)
|
||||
|
||||
for variant in '' ' piped'; do
|
||||
(( tests++ ))
|
||||
|
||||
Reference in New Issue
Block a user