File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 - name : Install dependencies
5151 run : |
5252 sudo apt install -y python3.11-minimal python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace git
53- sudo wget https://github.com/AppImage/type2-runtime /releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
53+ sudo wget https://github.com/AppImage/appimagetool /releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
5454 sudo chmod +x /usr/local/bin/appimagetool
5555 - uses : actions/checkout@v3
5656 - name : Install appimage-builder
Original file line number Diff line number Diff line change 1515 - name : Install dependencies
1616 run : |
1717 sudo apt install -y python3.8-minimal python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace git
18- sudo wget https://github.com/AppImage/type2-runtime /releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
18+ sudo wget https://github.com/AppImage/appimagetool /releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
1919 sudo chmod +x /usr/local/bin/appimagetool
2020 - uses : actions/checkout@v3
2121 - name : Install appimage-builder
You can’t perform that action at this time.
0 commit comments