nvbn / thefuck

Magnificent app which corrects your previous console command.
MIT License
83.75k stars 3.41k forks source link

Add appimage build #1352

Closed cronsorcery closed 11 months ago

cronsorcery commented 1 year ago

This PR adds support for building appimages that can be added to release assets as mentioned in #1349.

The build process uses a shell script thefuck/appimage/thefuck-appimage-build.sh and a dockerfile to build and run a container that packages the app into an appimage that will reside in thefuck/build.

Closes #1349