mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 15:40:23 +00:00
Small MacOS integration fixes
This commit is contained in:
parent
7f0372a4d5
commit
08d17d2d50
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