mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
Fix windows build command
This commit is contained in:
committed by
GitHub
parent
3a09e6f507
commit
803268b1b3
@@ -1,8 +1,8 @@
|
||||
version: "3"
|
||||
services:
|
||||
cross:
|
||||
image: mglolenstine/gtk4-cross:rust-gtk-4.6
|
||||
image: ghcr.io/mglolenstine/gtk4-cross:rust-gtk-4.8
|
||||
volumes:
|
||||
- .:/mnt:z
|
||||
command: bash -c "build && package_with_icons"
|
||||
command: bash -c "build && package"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user