Skip to content
MikoyChinese edited this page Nov 21, 2020 · 2 revisions

Upgrade the clash core manual:

  1. Open a new terminal to exec the AppImage with --appimage-extract, then you will find a new App.Dir folder(squashfs-root/) in current path. eg: ./V2Ray-Desktop-v2.1.7-linux-x86_64.AppImage --appimage-extract
  2. The clash core is inside the squashfs-root/clash-core which will be replace by the lastest version clash core. For the last one, you need to download it in Clash Releases and rename it clash and append the exec permittion for it.(sudo chmod +x ./clash) or click the right button to open properties and turn on the Allow executing file as program in permissions label.
  3. Download the AppImageKit Releases, and run it suck like ./appimagetool-x86_64.AppImage squashfs-root/, and you will find the new AppImage file in your current path. Run it for working, enjoy your new version clash core in V2Ray-Desktop.
Clone this wiki locally