diff --git a/tools/cd_docs_example.lua b/tools/cd_docs_example.lua index de5814c..783aac8 100644 --- a/tools/cd_docs_example.lua +++ b/tools/cd_docs_example.lua @@ -8,8 +8,6 @@ end cmd('./cli.sh build @'..game..' --core html5 --dist ./html/') -if game == 'dvdplayer' then - cmd('cp assets/icon80x80.png ./html/icon80x80.png') -elseif game == 'launcher' then +if game == 'launcher' then cmd('./cli.sh fs-replace ./html/game.lua ./html/game.lua --format http: --replace https:') end