winapps-org/winapps

App detection doesn't work on locals with special characters

Open

#296 opened on Oct 15, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Shell (463 forks)batch import
good first issue

Repository metrics

Stars
 (15,020 stars)
PR merge metrics
 (Avg merge 12h 59m) (3 merged PRs in 30d)

Description

The automatic option completes the installation process successfully. However, the Manual (Default) option will cause an error.

The error is Line 79: Join-Path: Command not found.

Looking at the detected file with sudo vim, I can see some unknown characters. Maybe an issue with non-English words?

image

Contributor guide