fixed
Some checks failed
Build software / prepare (push) Has been cancelled

This commit is contained in:
2024-07-06 12:37:32 +02:00
parent efe18a5741
commit 3258106f50
18 changed files with 3 additions and 0 deletions

3
.gitea/workflows/build.yaml Normal file → Executable file
View File

@@ -29,6 +29,9 @@ jobs:
run: |
source ~/.profile
go install github.com/wailsapp/wails/v2/cmd/wails@latest
apt-get install libgtk-3-dev
apt-get install --reinstall pkg-config
/usr/share/pkg-config-dpkghook update
- name: Building ${{ github.repository }}
run: |

0
Taskfile.yml Normal file → Executable file
View File

0
frontend/src/App.svelte Normal file → Executable file
View File

0
frontend/src/components/Animation.svelte Normal file → Executable file
View File

0
frontend/src/components/Devices.svelte Normal file → Executable file
View File

0
frontend/src/components/GeneralConsole.svelte Normal file → Executable file
View File

0
frontend/src/components/NavigationBar.svelte Normal file → Executable file
View File

0
frontend/src/components/Preparation.svelte Normal file → Executable file
View File

0
frontend/src/components/RoundIconButton.svelte Normal file → Executable file
View File

0
frontend/src/components/Settings.svelte Normal file → Executable file
View File

0
frontend/src/components/Show.svelte Normal file → Executable file
View File

0
frontend/src/components/Toggle.svelte Normal file → Executable file
View File

0
frontend/src/lang/en.json Normal file → Executable file
View File

0
frontend/src/stores.js Normal file → Executable file
View File

0
frontend/src/style.css Normal file → Executable file
View File

0
go.mod Normal file → Executable file
View File

0
go.sum Normal file → Executable file
View File

0
main.go Normal file → Executable file
View File