mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-22 15:40:31 -04:00
Add apple containers support
This commit is contained in:
@@ -28,6 +28,7 @@ public enum DocumentationLink {
|
||||
TAILSCALE("guide/tailscale"),
|
||||
TELEPORT("guide/teleport"),
|
||||
LXC("guide/lxc"),
|
||||
APPLE_CONTAINERS("guide/apple-containers"),
|
||||
PODMAN("guide/podman"),
|
||||
KVM("guide/kvm"),
|
||||
VMWARE("guide/vmware"),
|
||||
|
||||
@@ -37,6 +37,6 @@
|
||||
}
|
||||
|
||||
.root:dark .modal-overlay-stack-element:loaded > .modal-overlay-comp.modal-pane > .scroll-pane > .viewport > * > .scrollable-content {
|
||||
-color-modal-pane-overlay: rgba(0, 0, 255, 0.4);
|
||||
-color-modal-pane-overlay: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
|
||||
2
dist/debug/linux/xpiped_debug.sh
vendored
2
dist/debug/linux/xpiped_debug.sh
vendored
@@ -3,8 +3,6 @@
|
||||
DIR="${0%/*}"
|
||||
EXTRA_ARGS=(JVM-ARGS)
|
||||
export CDS_JVM_OPTS="${EXTRA_ARGS[*]}"
|
||||
unset _JAVA_OPTIONS
|
||||
unset JAVA_TOOL_OPTIONS
|
||||
|
||||
"$DIR/../lib/runtime/bin/xpiped" "$@"
|
||||
|
||||
|
||||
2
dist/debug/mac/xpiped_debug.sh
vendored
2
dist/debug/mac/xpiped_debug.sh
vendored
@@ -3,8 +3,6 @@
|
||||
DIR="${0%/*}"
|
||||
EXTRA_ARGS=(JVM-ARGS)
|
||||
export CDS_JVM_OPTS="${EXTRA_ARGS[*]}"
|
||||
unset _JAVA_OPTIONS
|
||||
unset JAVA_TOOL_OPTIONS
|
||||
|
||||
"$DIR/../../runtime/Contents/Home/bin/xpiped" "$@"
|
||||
|
||||
|
||||
2
dist/debug/windows/xpiped_debug.bat
vendored
2
dist/debug/windows/xpiped_debug.bat
vendored
@@ -1,7 +1,5 @@
|
||||
@echo off
|
||||
set CDS_JVM_OPTS=JVM-ARGS
|
||||
set "_JAVA_OPTIONS="
|
||||
set "JAVA_TOOL_OPTIONS="
|
||||
chcp 65001 > NUL
|
||||
CALL "%~dp0\..\runtime\bin\xpiped.bat" %*
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user