From 53e8dc1880b78994e17bf769d60e13f9e13dbf99 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 13 Jul 2020 18:49:59 -0300 Subject: [PATCH] fix(bundler) support AppImage bundling on containers #822 --- .changes/appimage-container.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/appimage-container.md diff --git a/.changes/appimage-container.md b/.changes/appimage-container.md new file mode 100644 index 000000000..a65d4d813 --- /dev/null +++ b/.changes/appimage-container.md @@ -0,0 +1,5 @@ +--- +"bundler": patch +--- + +Fixes the AppImage bundling on containers.