feat: trust peer

This commit is contained in:
2026-02-07 03:17:37 +08:00
parent d8ffc5eea5
commit f3adb56bd0
19 changed files with 438 additions and 155 deletions

View File

@@ -21,7 +21,7 @@ tasks:
# 1. Cross-compiling from non-Linux, OR
# 2. No C compiler is available, OR
# 3. Target architecture differs from host architecture (cross-arch compilation)
- task: '{{if and (eq OS "linux") (eq .HAS_CC "true") (eq .TARGET_ARCH ARCH)}}{{else}}build:docker{{end}}'
- task: '{{if and (eq OS "linux") (eq .HAS_CC "true") (eq .TARGET_ARCH ARCH)}}build:native{{else}}build:docker{{end}}'
vars:
ARCH: "{{.ARCH}}"
DEV: "{{.DEV}}"

View File

@@ -3,8 +3,8 @@ Type=Application
Name=mesh-drop
Exec=mesh-drop
Icon=mesh-drop
Categories=GTK;FileTransfer;Utility;
Categories=GTK;Utility
Terminal=false
Keywords=file transfer
Keywords=utility
Version=1.0
StartupNotify=false