From 72ed54153f5b2a5ed3e0952b62e7878e70d64545 Mon Sep 17 00:00:00 2001 From: rNADOMROOM22stopmotion Date: Fri, 12 Jun 2026 12:34:11 +0530 Subject: [PATCH] Fix typo in Wine guide. --- Guides/Wine/Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guides/Wine/Guide.md b/Guides/Wine/Guide.md index 1449e85..2ff718b 100644 --- a/Guides/Wine/Guide.md +++ b/Guides/Wine/Guide.md @@ -101,7 +101,7 @@ Additional components you may want to install with winetricks if you encounter i > [!NOTE] > - Affinity apps can be found here: [Affinity by Canva](https://www.affinity.studio/download) | [Version 2](https://affinity.serif.com/v2/) | [Archived](https://archive.org/details/affinity_20251030) > - Make sure you have your installation file in `~/Downloads`. -> - "$HOME" you may not work and you may need to put in your full path depending on your distro. +> - "$HOME" may not work and you may need to put in your full path depending on your distro. ```bash WINEPREFIX="$HOME/.affinity" wine "$HOME/Downloads/Affinity x64.exe"