diff --git a/src/templates/upload.html b/src/templates/upload.html index 6ad299d..a12f2fd 100644 --- a/src/templates/upload.html +++ b/src/templates/upload.html @@ -18,10 +18,10 @@

Drop your files here:

How to Upload:

  1. Navigate to the folder containing your Monogame game.
  2. -
  3. Run
    dotnet publish -c Release -r linux-x64 --no-self-contained
  4. +
  5. Run
    dotnet publish -c Release -r linux-x64 --self-contained
  6. Navigate to the newly created publish folder.
  7. -
  8. Create a manifest.json file with this format in that folder
  9. -
  10. Create a zip archive of all files in this folder
  11. +
  12. Create a zip archive containing this folder, a banner.png, and a icon.png
  13. +
  14. The name of the game binary must match the name you enter! (ex. If the title is `BrickBreaker`, the executable should be `BrickBreaker`)
  15. Upload file
@@ -47,4 +47,4 @@

You have no uploads!

{% else %}

This shouldn't be possible. You're not authorized but you are logged in? wacky.

{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}