mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Small MacOS integration fixes
This commit is contained in:
parent
ef3b7c448f
commit
4e1c38f27d
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ public class DesktopShortcuts {
|
|||
try (var pc = ShellStore.local().create().start()) {
|
||||
pc.executeSimpleCommand(
|
||||
pc.getShellType().flatten(pc.getShellType().getMkdirsCommand(base + "/Contents/MacOS")));
|
||||
pc.executeSimpleCommand(
|
||||
pc.getShellType().flatten(pc.getShellType().getMkdirsCommand(base + "/Contents/Resources")));
|
||||
|
||||
var executable = base + "/Contents/MacOS/" + name;
|
||||
pc.executeSimpleCommand(pc.getShellType().getTextFileWriteCommand(content, executable));
|
||||
|
|
Loading…
Reference in a new issue