File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed
Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -202,24 +202,36 @@ Due to a general limitation of .NET tools, license data is not automatically rem
202202
203203Delete the following directory:
204204```
205- %LOCALAPPDATA%\Avalonia\LicenseTickets
205+ %LOCALAPPDATA%\AvaloniaUI\Licensing
206206```
207207
208208To delete this folder:
2092091 . Press ` Win + R ` to open the Run dialog
210- 2 . Type ` %LOCALAPPDATA%\Avalonia\LicenseTickets ` and press Enter
211- 3 . Delete the entire ` LicenseTickets ` folder
210+ 2 . Type ` %LocalAppData%\AvaloniaUI\Licensing ` and press Enter
211+ 3 . Delete the entire ` Licensing ` folder
212212
213- ** macOS/Linux :**
213+ ** macOS:**
214214
215215Delete the following directory:
216216``` bash
217- ~ /.local/share/Avalonia/LicenseTickets
217+ ~ /Library/Application Support/AvaloniaUI/Licensing
218218```
219219
220220To delete this folder:
221221``` bash
222- rm -rf ~ /.local/share/Avalonia/LicenseTickets
222+ rm -rf ~ /Library/Application Support/AvaloniaUI/Licensing
223+ ```
224+
225+ ** Linux:**
226+
227+ Delete the following directory:
228+ ``` bash
229+ ~ /.local/share/AvaloniaUI/Licensing
230+ ```
231+
232+ To delete this folder:
233+ ``` bash
234+ rm -rf ~ /.local/share/AvaloniaUI/Licensing
223235```
224236
225237#### Why This Manual Step Is Necessary
You can’t perform that action at this time.
0 commit comments