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
- Host: GitHub
- URL: https://github.com/appimagecrafters/appimage-type3-demo
- Owner: AppImageCrafters
- License: mit
- Created: 2021-08-13T13:49:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T23:47:45.000Z (almost 5 years ago)
- Last Synced: 2025-05-30T19:09:31.123Z (about 1 year ago)
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```