From 9ee1bffd98d025d45ce94af241adab0213d166dc Mon Sep 17 00:00:00 2001 From: Will Nilges Date: Sun, 13 Nov 2022 18:44:07 -0500 Subject: [PATCH 1/2] Update upload instructions --- src/templates/upload.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/templates/upload.html b/src/templates/upload.html index 6ad299d..307f110 100644 --- a/src/templates/upload.html +++ b/src/templates/upload.html @@ -18,9 +18,8 @@

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. Create a zip archive of all files in this folder
  10. Upload file
@@ -47,4 +46,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 %} From 161af539c291b3ed6b2997eda612e584f8b2e79b Mon Sep 17 00:00:00 2001 From: Will Nilges Date: Sun, 13 Nov 2022 18:48:32 -0500 Subject: [PATCH 2/2] Add instructions for matching title to binary name --- src/templates/upload.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/templates/upload.html b/src/templates/upload.html index 307f110..a12f2fd 100644 --- a/src/templates/upload.html +++ b/src/templates/upload.html @@ -20,7 +20,8 @@

How to Upload:

  • Navigate to the folder containing your Monogame game.
  • Run
    dotnet publish -c Release -r linux-x64 --self-contained
  • Navigate to the newly created publish 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