Skip to content

Update instructions for publishing game #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/templates/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ <h2>Drop your files here:</h2>
<h2>How to Upload:</h2>
<ol>
<li>Navigate to the folder containing your Monogame game.</li>
<li>Run <br><code>dotnet publish -c Release -r linux-x64 --no-self-contained</code></li>
<li>Run <br><code>dotnet publish -c Release -r linux-x64 --self-contained</code></li>
<li>Navigate to the newly created publish folder.</li>
<li>Create a manifest.json file with <u><a href="">this format</a></u> in that folder</li>
<li>Create a zip archive of all files in this folder</li>
<li>Create a zip archive containing this folder, a <code>banner.png</code>, and a <code>icon.png</code></li>
<li><strong>The name of the game binary must match the name you enter!</strong> (ex. If the title is `BrickBreaker`, the executable should be `BrickBreaker`)</li>
<li>Upload file</li>
</ol>
</div>
Expand All @@ -47,4 +47,4 @@ <h2>You have no uploads!</h2>
{% else %}
<p id="description">This shouldn't be possible. You're not authorized but you are logged in? wacky.</p>
{% endif %}
{% endblock %}
{% endblock %}