philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Make AppImage build independent from fuse #6

Closed philippgille closed 7 years ago

philippgille commented 7 years ago

Currently fuse is needed for building the AppImage, which causes two problems:

  1. The build script doesn't work on systems that don't have fuse installed
  2. The build script doesn't work in Docker containers

Can be solved with a new version of appimagetool, see: AppImage/AppImageKit#405