fixed spelling error

This commit is contained in:
Falko Victor Habel 2024-05-02 17:31:46 +02:00
parent 6318327a15
commit 6616a89138
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ go run main.go
# Windows:
fyne package -os windows -icon ./resources/icon.png
# Linux:
fyne package -os linux -icon ./resources/icon.png #gives you ar .tar.xz file
fyne package -os linux -icon ./resources/icon.png #gives you a .tar.xz file
# MacOS:
fyne package -os macos -icon ./resources/icon.png #Could not Test
```