mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.39k stars 433 forks source link

Release 1.2.0 linux #2454

Open Juniorsnet opened 1 year ago

Juniorsnet commented 1 year ago

The appimage on github release page is not the same on TAR file.

sha256 of appimage in TAR file from release page = 10726cec6d1fa947337b53b6cdc19e0f3b689b51997cc721c9c903e984483f3c

sha256 of appimage from release page = 1a302a772dcc60b6353e44e4cc772a37fec7238c573bbb88d01ed7f6fcbf6abe

The file from release page crash with segfault (corrupted?)

The appimage from TAR file works OK

carlosperate commented 1 year ago

Hi @Juniorsnet,

Thanks for the report. If I remember correctly the .tar file fixed something compared to the tar one (maybe it was just the executable flag), so that should be the main file to download.

@ntoll we should probably delete the *.AppImage file from the release page as we should only ask users to download the .tar one.