mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Add missing copyright and license header
This commit is contained in:
parent
e4dc1f75a6
commit
8edc7f669a
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
ARG arch
|
||||
FROM ghcr.io/slint-ui/slint/$arch
|
||||
ARG arch
|
||||
|
@ -18,4 +21,4 @@ ENV PATH=/cargo/bin:/rust/bin:$PATH
|
|||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
RUN rustup target add $arch
|
||||
|
||||
ENV RUST_FONTCONFIG_DLOPEN=on
|
||||
ENV RUST_FONTCONFIG_DLOPEN=on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue