You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 runchmod +x sample_godot_rust_app.x86_64
.Need to do some research and find a proper workaround.
The text was updated successfully, but these errors were encountered: