Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
add custom build sdk path to editor settings
  • Loading branch information
myood committed Jul 8, 2020
1 parent b2d0699 commit 6a374b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ RUN echo 'export/android/debug_keystore_pass = "android"' >> ~/.config/godot/edi
RUN echo 'export/android/force_system_user = false' >> ~/.config/godot/editor_settings-3.tres
RUN echo 'export/android/timestamping_authority_url = ""' >> ~/.config/godot/editor_settings-3.tres
RUN echo 'export/android/shutdown_adb_on_exit = true' >> ~/.config/godot/editor_settings-3.tres
RUN echo 'export/android/custom_build_sdk_path = "/root/android"' >> ~/.config/godot/editor_settings-3.tres

0 comments on commit 6a374b3

Please sign in to comment.