Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: macrolinux/AppImageKit

Tags

continuous

Toggle continuous's commit message
Reduce verbosity of --appimage-extract

8

Toggle 8's commit message
Merge pull request AppImage#359 from orivej/build-debug

Support debug build

7

Toggle 7's commit message
Merge pull request AppImage#354 from darealshinji/patch-1

avoid unneeded if-statements, initializer fixes

knowngood

Toggle knowngood's commit message
getsection: make use of Elf32_Ehdr and Elf32_Shdr on 32-bit systems (A…

…ppImage#308)

Using the 64-bit counter parts causes the location of the embedded ELF
section for `--updateinformation` to be calculated incorrectly, and
eventually causing a segmentation fault.

Notice this commit relies on GCC specific defines (`__i386__`), and
defaults to 64-bit if 32-bit was not detected.

See: AppImage#307
Signed-off-by: Juan Cruz Viotti <[email protected]>

6

Toggle 6's commit message
Decrease verbosity, no false alarms

5

Toggle 5's commit message
Overwrite $APPIMAGE and $APPDIR if they already exist, closes AppImag…

…e#66

4

Toggle 4's commit message
Revert "Added wizardless commands (pack and unpack)" and re-implement…

… original solution; add USAGE

3

Toggle 3's commit message
Update AppRun.c

2

Toggle 2's commit message
Update runtime.c

1

Toggle 1's commit message
Update README.md