refresh
Some checks failed
Build software / prepare (push) Failing after 3m14s

This commit is contained in:
2024-06-24 23:05:54 +02:00
parent c0fd3a6ba8
commit cf4ce9823f
18 changed files with 483 additions and 483 deletions

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

@@ -31,7 +31,7 @@ jobs:
- name: Building ${{ github.repository }}
run: |
source ~/.profile
wails build
$GOBIN/go/bin/wails build
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."

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