From bc26c9184d9eedbec06c3c5e857ef28d193d73ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Sat, 8 Jun 2024 23:49:02 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ebff825..be28f28 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,18 @@ Auteurs:

+## 📦 Générer un exécutable + +Pour générer un exécutable, il suffit de lancer la commande suivante dans le terminal : + +```bash +# Pour un exécutable MSIX (Windows Store): +dotnet publish -f net8.0-windows10.0.19041.0 -p:WindowsPackageType=MSIX + +# Ou pour un exécutable "classique": +dotnet publish -c Release -r win-x64 --self-contained +``` + +
+ ***Avant de fork le projet ou autre, merci de lire attentivement la [LICENCE](LICENSE.md)*** \ No newline at end of file