Skip to content

Commit

Permalink
Fix image naming for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paramt committed Jul 7, 2019
1 parent c556d6c commit e5bba5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ do
https://github.com/paramt/videocloud/blob/master/assets/fonts/NotoSans/NotoSans.ttf?raw=true

# Custom font (Press Start 2P)
videocloud $video 7.png en \
videocloud $video 8.png en \
https://github.com/paramt/videocloud/blob/master/assets/fonts/PressStart2P/PressStart2P-Regular.ttf\?raw=true

# Custom mask (Cloud)
videocloud $video 8.png en \
videocloud $video 9.png en \
https://github.com/paramt/videocloud/blob/master/assets/fonts/PressStart2P/PressStart2P-Regular.ttf\?raw=true \
https://github.com/paramt/videocloud/blob/master/assets/masks/cloud.png\?raw=true

# Custom mask (YouTube logo)
videocloud $video 9.png en \
videocloud $video 10.png en \
https://github.com/paramt/videocloud/blob/master/assets/fonts/PressStart2P/PressStart2P-Regular.ttf\?raw=true \
https://github.com/paramt/videocloud/blob/master/assets/masks/youtube.png\?raw=true
done

0 comments on commit e5bba5f

Please sign in to comment.