Skip to content

Commit a5b409b

Browse files
aalakhan19flexiondotorg
authored andcommitted
fix html build
1 parent 4449b50 commit a5b409b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-html/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
unzip -q ./tools/love.js.zip -d ./tools/
2929
sed -i "s/<title>löve.js<\/title>/<title>${{ inputs.product_name }}<\/title>/" ./tools/love.js-main/index.html
3030
sed -i '/<base href="\/play\/">$/d' ./tools/love.js-main/index.html
31-
sed -i "s/player.js/player.js?g=game.love/" ./tools/love.js-main/index.html
31+
sed -i "s/player.min.js/player.min.js?g=game.love/" ./tools/love.js-main/index.html
3232
convert ./resources/icon.png -define icon:auto-resize="256,128,96,64,48,32,24,16" ./tools/love.js-main/favicon.ico
3333
mkdir -p "${{ inputs.output_folder }}/${{ inputs.product_file }}-html"
3434
rsync -a --exclude='.htaccess' --exclude='*.git*' --exclude='*.md' --exclude='*.txt' \

0 commit comments

Comments
 (0)