diff options
| author | pml68 <contact@pml68.dev> | 2025-06-20 03:01:07 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-20 03:01:07 +0200 |
| commit | efb9d3f7bcb013b39e31304293e58b7fb4144d30 (patch) | |
| tree | 6478322170861e49895dcd3d0e1471ac9761cf67 /assets/linux/dev.pml68.iced-builder.desktop | |
| parent | feat(PKGBUILD): add `check` for tests [skip ci] (diff) | |
| download | iced-builder-efb9d3f7bcb013b39e31304293e58b7fb4144d30.tar.gz | |
feat: project file to open can be passed as an argument + desktop entry
Diffstat (limited to '')
| -rw-r--r-- | assets/linux/dev.pml68.iced-builder.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/linux/dev.pml68.iced-builder.desktop b/assets/linux/dev.pml68.iced-builder.desktop new file mode 100644 index 0000000..32392a2 --- /dev/null +++ b/assets/linux/dev.pml68.iced-builder.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=0.1 +Type=Application +Name=iced Builder +Comment=UI builder for iced, built with iced. +TryExec=iced-builder +Exec=iced-builder %f +Terminal=false +MimeType=application/json; +Categories=GTK;GUIDesigner;Development; +Keywords=iced;GUI;builder;designer; |
