We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4449b50 commit a5b409bCopy full SHA for a5b409b
1 file changed
.github/actions/build-html/action.yml
@@ -28,7 +28,7 @@ runs:
28
unzip -q ./tools/love.js.zip -d ./tools/
29
sed -i "s/<title>löve.js<\/title>/<title>${{ inputs.product_name }}<\/title>/" ./tools/love.js-main/index.html
30
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
+ sed -i "s/player.min.js/player.min.js?g=game.love/" ./tools/love.js-main/index.html
32
convert ./resources/icon.png -define icon:auto-resize="256,128,96,64,48,32,24,16" ./tools/love.js-main/favicon.ico
33
mkdir -p "${{ inputs.output_folder }}/${{ inputs.product_file }}-html"
34
rsync -a --exclude='.htaccess' --exclude='*.git*' --exclude='*.md' --exclude='*.txt' \
0 commit comments