citra-qt-installer/README.md

14 lines
483 B
Markdown
Raw Normal View History

2022-10-07 11:07:52 +02:00
# Citra Qt Installer Manifest Generator
This is the Citra Qt installer manifest generator. It generates the Qt Installer Framework compatible manifest.
## How to run
You will need Deno, which is a more modern alternative to Node.js. You can install it here: https://deno.land/#installation .
When it's installed, just run the following command:
```bash
2022-11-27 09:34:14 +01:00
deno run --allow-env=PATH --allow-read --allow-write=/citra/nginx/,temp --allow-net=api.github.com --allow-run server.ts
2022-10-07 11:07:52 +02:00
```