An open API service indexing awesome lists of open source software.

https://github.com/appimagecrafters/appimage-type3-demo

[Experimental, not ready for production] Demostrative build of type 3 AppImage
https://github.com/appimagecrafters/appimage-type3-demo

Last synced: 3 months ago
JSON representation

[Experimental, not ready for production] Demostrative build of type 3 AppImage

Awesome Lists containing this project

README

          

# appimage-type3-demo

**This is not ready for production and must not be used unless you want to develop/explore our proposal for a new AppImage format (aka, Type 3)**

Demostrative project of Gnome Calculator pack using the [experimental type 3 AppImage format](https://notes.azubieta.net/s/BkdOKxgsd).

## Use cases:

### run the contained application

```
./file.AppImage
```
### show metadata

```

APPIMAGE_OPT_PRINT_METADATA=1 ./file.AppImage

```

### check signature:

```
WIP: https://github.com/AppImageCrafters/appimage-tools/
```