mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-04 20:00:37 +00:00
Small MacOS integration fixes
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user