feat: trust peer
This commit is contained in:
@@ -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}}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user