change command to build with icons (windows version)

This commit is contained in:
2022-02-22 10:41:24 +01:00
parent b763bd6b43
commit 76239b289c

View File

@@ -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"