Tool to compress and run programs using dwarfs
Go to file
Phantop 6d358e2641 Add golang 2021-12-31 15:11:41 -05:00
wine dwarfs, latest builds, add java 2021-12-31 15:11:37 -05:00
.gitignore dwarfs, latest builds, add java 2021-12-31 15:11:37 -05:00
README.md dwarfs, latest builds, add java 2021-12-31 15:11:37 -05:00
mkgo Add golang 2021-12-31 15:11:41 -05:00
mkjava dwarfs, latest builds, add java 2021-12-31 15:11:37 -05:00

README.md

<<<<<<< HEAD

wine-portable-executable

Wine builds packed into a portable executables

Description

These scripts automatically fetch the latest version of their respective program and compress them into a portable image using dwarfs in a similar format to an AppImage.

Requirements

In order to create the images, you will need:

  • dwarfs, specifically the dwarfs and mkdwarfs utilities (dwarfs2 works, but you must either edit the script or link dwarfs to it)

  • My appdwarf script from here

If you only wish to run an existing image, only dwarfs (or dwarfs2) is needed.

How to create portable executables

Use the corresponding script for the desired program.

This script will use ready-to-use binaries to create portable executables.

Notes

Keep in mind that this project is new and it has not been thoroughly tested. Please report any problems you find.

Credits

wine-portable-executable and Wine-Builds by Kron4ek

dwarfs by mhx

Java builds from AdoptOpenJDK

fe54f14 (dwarfs, latest builds, add java)