From 484be79290245f8a36d7ae65ee7460ab2139b449 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Wed, 26 Nov 2025 13:16:01 +0100 Subject: [PATCH] chore: add logo and edit workflow --- .gitea/workflows/cross-compile.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 7d1f44d..93a4ddb 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -24,6 +24,6 @@ jobs: - name: Install the Fyne cross-compile package run: go install github.com/fyne-io/fyne-cross@latest - - - name: checkout - run: ls -l \ No newline at end of file + + - name: Cross compile linux + run: /root/go/bin/fyne-cross linux \ No newline at end of file