Skip to content

Commit 38bd68e

Browse files
authored
Update appimagetool URL
Closes probonopd#354 [ci skip]
1 parent aa78a03 commit 38bd68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ tar xf patchelf-0.9.tar.bz2
3030
( cd patchelf-0.9/ && ./configure && make && sudo make install )
3131
```
3232

33-
* Optional if you want to generate AppImages: Download [appimagetool](https://github.com/probonopd/AppImageKit/releases) and put it into your $PATH, e.g., into `/usr/local/bin`. Make sure it is renamed to `appimagetool` and is `chmod a+x`
33+
* Optional if you want to generate AppImages: Download [appimagetool](https://github.com/AppImage/AppImageKit/releases) and put it into your $PATH, e.g., into `/usr/local/bin`. Make sure it is renamed to `appimagetool` and is `chmod a+x`
3434

3535
```
36-
sudo wget -c "https://github.com/probonopd/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" -O /usr/local/bin/appimagetool
36+
sudo wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" -O /usr/local/bin/appimagetool
3737
sudo chmod a+x /usr/local/bin/appimagetool
3838
```

0 commit comments

Comments
 (0)