added build files for goreleaser and a first README file

This commit is contained in:
Patryk Hegenberg 2023-10-31 11:25:28 +01:00
parent 65f4ff1a2e
commit fb1e3bcb85
3 changed files with 58 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# README
## Base information
This is a simple Program to calculate the daily balance earn by a shop.
## Building the program
To build and package the program use the following command:
### Linux
fyne package -os linux -icon Icon.png
### Windows
fyne-cross windows -arch=amd64