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:
- Navigate to the folder containing your Monogame game.
- - Run
dotnet publish -c Release -r linux-x64 --no-self-contained
+ - Run
dotnet publish -c Release -r linux-x64 --self-contained
- Navigate to the newly created publish folder.
- - Create a manifest.json file with this format in that folder
- - Create a zip archive of all files in this folder
+ - Create a zip archive containing this folder, a
banner.png, and a icon.png
+ - The name of the game binary must match the name you enter! (ex. If the title is `BrickBreaker`, the executable should be `BrickBreaker`)
- 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 %}