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 @@ -206,24 +206,36 @@ Due to a general limitation of .NET tools, license data is not automatically rem
206206
207207Delete the following directory:
208208```
209- %LOCALAPPDATA%\Avalonia\LicenseTickets
209+ %LOCALAPPDATA%\AvaloniaUI\Licensing
210210```
211211
212212To delete this folder:
2132131 . Press ` Win + R ` to open the Run dialog
214- 2 . Type ` %LOCALAPPDATA%\Avalonia\LicenseTickets ` and press Enter
215- 3 . Delete the entire ` LicenseTickets ` folder
214+ 2 . Type ` %LocalAppData%\AvaloniaUI\Licensing ` and press Enter
215+ 3 . Delete the entire ` Licensing ` folder
216216
217- ** macOS/Linux :**
217+ ** macOS:**
218218
219219Delete the following directory:
220220``` bash
221- ~ /.local/share/Avalonia/LicenseTickets
221+ ~ /Library/Application Support/AvaloniaUI/Licensing
222222```
223223
224224To delete this folder:
225225``` bash
226- rm -rf ~ /.local/share/Avalonia/LicenseTickets
226+ rm -rf ~ /Library/Application Support/AvaloniaUI/Licensing
227+ ```
228+
229+ ** Linux:**
230+
231+ Delete the following directory:
232+ ``` bash
233+ ~ /.local/share/AvaloniaUI/Licensing
234+ ```
235+
236+ To delete this folder:
237+ ``` bash
238+ rm -rf ~ /.local/share/AvaloniaUI/Licensing
227239```
228240
229241### Why This Manual Step Is Necessary
You can’t perform that action at this time.
0 commit comments