# citra-qt-installer **Repository Path**: yuzu-mirror/citra-qt-installer ## Basic Information - **Project Name**: citra-qt-installer - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-05 - **Last Updated**: 2024-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 deno run --allow-env=PATH --allow-read --allow-write=/citra/nginx/,temp --allow-net=api.github.com --allow-run server.ts ```