Skip to content

Commit e208041

Browse files
Update CONTRIBUTING.md
rename appimagetool after download and move Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c7199dc commit e208041

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2929
dotnet tool install -g KuiperZone.PupNet --version 1.9.1
3030
pupnet -r linux-x64 -c Release --kind appimage --app-version $RELEASE_VERSION --clean
3131
```

0 commit comments

Comments
 (0)