Flstudio now launches on files from file browser

This commit is contained in:
Emmet 2023-10-01 10:33:49 -05:00
parent 59b8ffb254
commit 85adc45787

View file

@ -74,8 +74,10 @@
(pkgs.makeDesktopItem { (pkgs.makeDesktopItem {
name = "flstudio"; name = "flstudio";
desktopName = "FL Studio 64"; desktopName = "FL Studio 64";
exec = "flstudio"; exec = "flstudio %U";
terminal = false; terminal = false;
type = "Application";
mimeTypes = ["application/flstudio"];
}) })
# Media # Media