11 lines
335 B
Markdown
11 lines
335 B
Markdown
# Build Commands
|
|
## Packaging for Windows
|
|
to build and package the App for windows use the following command:
|
|
```shell
|
|
sudo /home/pata/go/bin/fyne-cross windows -arch=amd64 -app-id=hegenberg.Tagesabrechnung
|
|
```
|
|
## Packaging for linux
|
|
to build and package the App for linux use the command:
|
|
```shell
|
|
~/go/bin/fyne package -os linux
|
|
```
|