yummy covid-19

This commit is contained in:
nick black 2020-03-09 01:28:11 -04:00 committed by Nick Black
parent 078feca8e6
commit a9c64a8c8b
3 changed files with 2 additions and 2 deletions

BIN
data/covid19.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -13,7 +13,7 @@
* Repack DFSG-safe tarball, upload to github * Repack DFSG-safe tarball, upload to github
* download github-spun tarball * download github-spun tarball
* remove nonfree multimedia: * remove nonfree multimedia:
* rm data/chun* data/[adeflmPw]* src/demo/jungle.c * rm data/chun* data/covid* data/[adeflmPw]* src/demo/jungle.c
* `tar -cJf ../v$VERSION.dfsg.tar.xz -C.. notcurses-$VERSION` * `tar -cJf ../v$VERSION.dfsg.tar.xz -C.. notcurses-$VERSION`
* upload to github * upload to github
* Build new Debian package * Build new Debian package

View File

@ -80,7 +80,7 @@ int main(void){
struct ncplane* n = notcurses_stdplane(nc); struct ncplane* n = notcurses_stdplane(nc);
int averr; int averr;
struct ncvisual* ncv = ncplane_visual_open(n, "../data/changes.jpg", &averr); struct ncvisual* ncv = ncplane_visual_open(n, "../data/covid19.jpg", &averr);
if(!ncv){ if(!ncv){
goto err; goto err;
} }