Skip to content
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

Exported LInux/Mac executable not getting the +x flag #10

Open
tommywalkie opened this issue Apr 15, 2020 · 2 comments
Open

Exported LInux/Mac executable not getting the +x flag #10

tommywalkie opened this issue Apr 15, 2020 · 2 comments
Labels
bug Something isn't working cicd For any Github Actions related issues linux For any Linux related issues
Milestone

Comments

@tommywalkie
Copy link
Owner

Most likely related with godotengine/godot#527 and godotengine/godot#11342.

After building the Linux Godot game, the Ubuntu-based Github runner uploads a .ZIP artifact. When downloading the artifact and testing the executable on Kali Linux, I'm running into file permissions issues. The required step is to run chmod +x sample_godot_rust_app.x86_64.

Need to do some research and find a proper workaround.

@tommywalkie tommywalkie added bug Something isn't working linux For any Linux related issues cicd For any Github Actions related issues labels Apr 15, 2020
@tommywalkie tommywalkie changed the title Exported Linux executable not getting the +x flag Exported LInux/Mac executable not getting the +x flag May 18, 2020
@tommywalkie
Copy link
Owner Author

Also happens for Mac exports (#9)

@tommywalkie
Copy link
Owner Author

May be solved by this PR (at least for Mac exports) : godotengine/godot#33447

@tommywalkie tommywalkie linked a pull request May 18, 2020 that will close this issue
@tommywalkie tommywalkie removed a link to a pull request May 18, 2020
@tommywalkie tommywalkie added this to the 1.0 (stable) milestone May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cicd For any Github Actions related issues linux For any Linux related issues
Projects
None yet
Development

No branches or pull requests

1 participant