diff options
| author | Paul Buetow <paul@buetow.org> | 2024-01-26 00:08:15 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-01-26 00:08:15 +0200 |
| commit | e0610e591e250375044763ce1832f387569a3dbe (patch) | |
| tree | 544aa68866213223b0e4a46c61b938c9bc5ae1ac /FyneApp.toml | |
| parent | a45e1e3cd0fa527c0fea044aee1fa111b66ee0a8 (diff) | |
add FyneApp meta data
Diffstat (limited to 'FyneApp.toml')
| -rw-r--r-- | FyneApp.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/FyneApp.toml b/FyneApp.toml new file mode 100644 index 0000000..43f74d9 --- /dev/null +++ b/FyneApp.toml @@ -0,0 +1,8 @@ +Website = "https://codeberg.org/snonux/quicklogger" + +[Details] + Icon = "logo-small.png" + Name = "quicklogger" + ID = "org.buetow.quicklogger" + Version = "0.0.1" + Build = 4 |
