mirror of https://github.com/2dust/v2rayN
Fix Package AppImage script
parent
ce7303bd0d
commit
19d83be6de
|
@ -22,7 +22,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
configuration: [Release]
|
configuration: [Release]
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
@ -64,7 +64,7 @@ sudo chmod 0755 "${PackagePath}/AppDir/AppRun"
|
||||||
|
|
||||||
# desktop && PATH
|
# desktop && PATH
|
||||||
|
|
||||||
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
wget "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||||
chmod a+x appimagetool-x86_64.AppImage
|
chmod a+x appimagetool-x86_64.AppImage
|
||||||
sudo apt install -y libfuse2
|
sudo apt install -y libfuse2
|
||||||
sudo ./appimagetool-x86_64.AppImage "${PackagePath}/AppDir"
|
sudo ./appimagetool-x86_64.AppImage "${PackagePath}/AppDir"
|
||||||
|
|
Loading…
Reference in New Issue