-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNU/Linux scripts and programs are not marked executable #50
Comments
I'm still seeing this issue as of today while patching for the 1.0.0 release. I applied executable permissions to the necessary files as mentioned above with
and had called the
I think that covers the workaround for now. Thanks for documenting this, kimimaru4000. |
I followed the above steps but still I cannot patch the ROM in Arch Linux, I always get the message: "Your ROM does not match the developer's original ROM". |
@leodexe Use this instead: https://www.hack64.net/tools/patcher.php |
how do you use the patch ? I uploaded both .zip files and it says "Error: unknow patch format" |
The
ucon64
andxdelta3
programs in .ezpatch/bin/linux are not marked executable, resulting in a "Permission denied" error upon invoking the script. Furthermore, theunix.sh
script in .ezpatch/scripts is not marked executable, causing the drag and drop forlinux-drag-here.desktop
to not work, since it internally invokes this script.To fix these issues, these files should be applied executable permissions (Example:
chmod +x ucon64
) and distributed through a format that can preserve these permissions, such as a tarball (Ex..tar.gz
). File Roller and some other archiving applications can also preserve these permissions through .zip files.The text was updated successfully, but these errors were encountered: