-
Notifications
You must be signed in to change notification settings - Fork 209
Common Problems
MikoyChinese edited this page Nov 21, 2020
·
2 revisions
- 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
- 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 itclash
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. - 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.