Skip to content

Commit

Permalink
ci: remove fixture for dvdplayer example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles authored Nov 7, 2024
1 parent c9e4cf0 commit c47029f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/cd_docs_example.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c47029f

Please sign in to comment.