Skip to content

Commit

Permalink
add toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent 0732b9c commit efff6c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install fyne-cross
run: go install github.com/fyne-io/fyne-cross@latest
- name: Cross-compile for Windows
run: fyne-cross windows -app-id com.cloonar.soundscapesync
run: fyne-cross windows
- name: Cross-compile for Linux
run: fyne-cross linux
- name: Cross-compile for macOS
Expand Down
6 changes: 6 additions & 0 deletions FyneApp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Details]
Icon = "Icon.png"
Name = "Soundscape Sync"
ID = "com.cloonar.soundscape-sync"
Version = "0.0.1"
Build = 1

0 comments on commit efff6c5

Please sign in to comment.