File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ sudo apt-get -y install fuse3
2424# Download appimagetool (uses static type2-runtime; end users still need
2525# fusermount or fusermount3 setuid helper on their system, or can use
2626# --appimage-extract-and-run as a fallback)
27- sudo wget -q https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool-x86_64.AppImage
28- sudo chmod +x /usr/local/bin/appimagetool-x86_64.AppImage
27+ sudo wget -q https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
28+ sudo chmod +x /usr/local/bin/appimagetool
2929dotnet tool install -g KuiperZone.PupNet --version 1.9.1
3030pupnet -r linux-x64 -c Release --kind appimage --app-version $RELEASE_VERSION --clean
3131```
You can’t perform that action at this time.
0 commit comments