You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
OS: MacOS
Processor: M2
Comfy Version: 0.3.1 from crates.io
After following the guide here: https://comfyengine.org/book/releasing/
I was unable to run my game on itch.io. It showed a blank screen.
Using inspect element I found that it was reporting the error: 403 - Resource not found.
Inside the dist/ folder, edit the newly generated index.html file.
Prepend all *.js and *.wasm file directories with . (dot/full-stop)
Save
Zip dist/ folder and upload to itch.io
I'm not sure if this additional step is only required for MacOS.
I'm placing this issue here so we can find out if this is an error or just something that needs to be documented.
The text was updated successfully, but these errors were encountered:
Sigmoidle
changed the title
"trunk build" needs additional changes before uploading to itch.io WASM MacOS
"trunk build" needs additional changes before uploading to itch.io on MacOS
Mar 1, 2024
OS: MacOS
Processor: M2
Comfy Version: 0.3.1 from crates.io
After following the guide here: https://comfyengine.org/book/releasing/
I was unable to run my game on itch.io. It showed a blank screen.
Using inspect element I found that it was reporting the error: 403 - Resource not found.
Steps to upload to itch.io on MacOS:
index.html
file in same directory ascargo.toml
: https://github.com/darthdeus/comfy-demos/blob/master/bitmob/index.htmltrunk build --release --features comfy/ci-release
dist/
folder, edit the newly generatedindex.html
file.*.js
and*.wasm
file directories with.
(dot/full-stop)dist/
folder and upload to itch.ioI'm not sure if this additional step is only required for MacOS.
I'm placing this issue here so we can find out if this is an error or just something that needs to be documented.
The text was updated successfully, but these errors were encountered: