- Updated the page and added a screenshot button.

- Fixed the deploy command.

SCP relied on a vulnerability: https://superuser.com/a/1403506
master
Nabile Rahmani 2019-12-27 11:44:21 +01:00
parent 7ff8f37e38
commit be19ea37c8
3 changed files with 5 additions and 2 deletions

View File

@ -27,7 +27,7 @@ all: $(OUTPUT_FILES)
cp -r $(ASSETS_DIRECTORY)/. $(OUTPUT_DIRECTORY)
deploy: all
scp -r $(OUTPUT_DIRECTORY)/. $(DEPLOY_SERVER):$(DEPLOY_PATH)
rsync -rz --info=progress2 $(OUTPUT_DIRECTORY)/ $(DEPLOY_SERVER):$(DEPLOY_PATH)
clean:
rm -r $(OUTPUT_DIRECTORY)

View File

@ -16,13 +16,15 @@ This project was started thanks to [ferris](http://iamferris.com/)' amazing seri
I strive to make the source code as elegant as I can while keeping an eye on performance.
You can join the [Discord64 server](https://discord.gg/X4rwx2J) to chat with us.
### Status
Game code is executed and audio/video interrupts are serviced, which probably cause the OS to save thread states as it switches contexts.
### Goals
* Implement angrylion's RDP core in the short term.
* Implement angrylion's RDP core in the short term.
* Support expansion devices such as the 64DD.

View File

@ -13,6 +13,7 @@
<h2 class="subtitle shadow">.N⁶⁴ is a cross-platform emulator in the works.</h2>
<a class="button" href="/git/Nabile/DotN64">Source</a>
<a class="button" href="docs">Documentation</a>
<a class="button" href="docs/Screenshots">Screenshots</a>
<a class="button" href="Download/DotN64.Desktop.zip">Download</a>
</header>
<section class="page-content">