AppImage / type2-runtime

The runtime is the executable part of every AppImage. It mounts the payload via FUSE and executes the entrypoint.
Other
22 stars 17 forks source link

Simplify Makefile #62

Closed probonopd closed 3 months ago

probonopd commented 3 months ago

Remove redundant steps in an effort to further simplify things. I also think there was a typo in there.

Every line of code we can remove is a line of code that can't have a bug and won't need maintenance.

github-actions[bot] commented 3 months ago

Build for testing: artifacts Use at your own risk.

probonopd commented 3 months ago

I tested the resulting runtime and it still works.