Translations:Appimage/3/zh

Revision as of 16:44, 7 October 2025 by Ardenet (talk | contribs) (Created page with "在大多数发行版中,只需下载 <code>.AppImage</code> 文件,使用 <code>chmod +x $AppImage</code> 使其可执行,然后执行即可。但这在 NixOS 中无法直接使用,因为 AppImage 文件通常(即使并非总是)依赖于硬编码路径中的某些系统库。")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

在大多数发行版中,只需下载 .AppImage 文件,使用 chmod +x $AppImage 使其可执行,然后执行即可。但这在 NixOS 中无法直接使用,因为 AppImage 文件通常(即使并非总是)依赖于硬编码路径中的某些系统库。