Fix windows build command

This commit is contained in:
Hannes Kuchelmeister
2023-02-09 09:54:33 +01:00
committed by GitHub
parent 3a09e6f507
commit 803268b1b3

View File

@@ -1,8 +1,8 @@
version: "3" version: "3"
services: services:
cross: cross:
image: mglolenstine/gtk4-cross:rust-gtk-4.6 image: ghcr.io/mglolenstine/gtk4-cross:rust-gtk-4.8
volumes: volumes:
- .:/mnt:z - .:/mnt:z
command: bash -c "build && package_with_icons" command: bash -c "build && package"