added App Icon and changed go.mod to enable cross-compilation

This commit is contained in:
Patryk Hegenberg 2023-10-30 13:20:46 +01:00
parent 8b19d803dd
commit 1ec24cb620
2 changed files with 1 additions and 1 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module Tagesabrechnung
go 1.21.3
go 1.21
require (
fyne.io/fyne/v2 v2.4.1