kost / static-appimage

Alternative AppImage runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a barebones alternative AppImage type 2 runtime (image loader) and image maker. The image is an application and a ZIP archive.

Usage

go get github.com/orivej/static-appimage/...
make-static-appimage APPDIR DESTINATION

APPDIR must already contain an AppRun.

About

Alternative AppImage runtime

License:The Unlicense


Languages

Language:Go 86.1%Language:Makefile 13.9%