File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2020 echo "**** install packages ****" && \
2121 apt-get update && \
2222 apt-get install -y --no-install-recommends \
23- libgtk-3-common && \
23+ libgtk-3-common \
24+ libusb-1.0-0 && \
2425 DOWNLOAD_URL=$(curl -sX GET "https://api.github.com/repos/xemu-project/xemu/releases/latest" \
2526 | awk -F '(": "|")' '/browser.*x86_64.AppImage/ && !/.*dbg.*/ {print $3}' ) && \
2627 curl -o \
Original file line number Diff line number Diff line change 2020 echo "**** install packages ****" && \
2121 apt-get update && \
2222 apt-get install -y --no-install-recommends \
23- libgtk-3-common && \
23+ libgtk-3-common \
24+ libusb-1.0-0 && \
2425 DOWNLOAD_URL=$(curl -sX GET "https://api.github.com/repos/xemu-project/xemu/releases/latest" \
2526 | awk -F '(": "|")' '/browser.*aarch64.AppImage/ && !/.*dbg.*/ {print $3}') && \
2627 curl -o \
Original file line number Diff line number Diff line change @@ -591,6 +591,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
591591
592592# # Versions
593593
594+ * **20.12.25:** - Add libusb dep for appimage.
594595* **20.12.25:** - Add Wayland init logic.
595596* **07.07.25:** - Install GTK libs for file chooser.
596597* **19.06.25:** - Initial release.
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ init_diagram: |
107107 "xemu:latest" <- Base Images
108108# changelog
109109changelogs :
110+ - {date: "20.12.25:", desc: "Add libusb dep for appimage."}
110111 - {date: "20.12.25:", desc: "Add Wayland init logic."}
111112 - {date: "07.07.25:", desc: "Install GTK libs for file chooser."}
112113 - {date: "19.06.25:", desc: "Initial release."}
You can’t perform that action at this time.
0 commit comments