diff --git a/Makefile b/Makefile index 013a063f..794b13ce 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ all: cp node_modules/localforage/dist/localforage.min.js ./lib/ cp node_modules/jszip/dist/jszip.min.js ./lib/ cp node_modules/file-saver/dist/*.min.js ./lib/ + cp gif.js/dist/* ./lib/ cd jsnes && npm i $(TSC) -v $(TSC) diff --git a/index.html b/index.html index c8592b7d..e0fab422 100644 --- a/index.html +++ b/index.html @@ -613,8 +613,8 @@ $( ".dropdown-submenu" ).click(function(event) {