Start premid without sandbox
This commit is contained in:
parent
3affdb3174
commit
edf38dc4e1
|
@ -81,7 +81,7 @@ let
|
|||
(final.makeDesktopItem {
|
||||
name = prev.premid.name;
|
||||
desktopName = "PreMID";
|
||||
exec = final.lib.getExe prev.premid;
|
||||
exec = "${final.lib.getExe prev.premid} --no-sandbox %U";
|
||||
icon = "premid";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue