Skip to content

Commit

Permalink
chore(Dockerfile): update builder to use Godot Engine 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Jan 14, 2024
1 parent cdff0c7 commit 3d6bd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM archlinux:base-devel
LABEL org.opencontainers.image.title="OpenGamepadUI Builder"
LABEL org.opencontainers.image.description="Build container for OpenGamepadUI"
LABEL org.opencontainers.image.source="https://github.com/ShadowBlip/OpenGamepadUI"
LABEL org.opencontainers.image.version="4.1.3"
LABEL org.opencontainers.image.version="4.2.1"

RUN sed -i '/ParallelDownloads/s/^#//g' /etc/pacman.conf

Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config/name="Open Gamepad UI"
run/main_scene="res://entrypoint.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="opengamepadui"
config/features=PackedStringArray("4.1", "Forward Plus")
config/features=PackedStringArray("4.2", "Forward Plus")
run/low_processor_mode=true
boot_splash/bg_color=Color(0, 0, 0, 0)
boot_splash/show_image=false
Expand Down

0 comments on commit 3d6bd73

Please sign in to comment.