From 76239b289cee87b23bfff1e546ef7455c29ae908 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Tue, 22 Feb 2022 10:41:24 +0100 Subject: [PATCH] change command to build with icons (windows version) --- docker-compose.windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.windows.yml b/docker-compose.windows.yml index 8af4992..01ea169 100644 --- a/docker-compose.windows.yml +++ b/docker-compose.windows.yml @@ -4,5 +4,5 @@ services: image: mglolenstine/gtk4-cross:rust-gtk-4.6 volumes: - .:/mnt:z - command: bash -c "build && package" + command: bash -c "build && package_with_icons"