diff options
author | tpart <tpart120@proton.me> | 2025-04-06 22:50:24 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-04-06 22:50:24 +0200 |
commit | 0bc76a594ec5737180607ae649bb057761f3537b (patch) | |
tree | d7964a98dbb0d4cc7d9c634bdff37a9dfe80fcb3 | |
parent | 874f9de087e7e40d1876a319e8ae7d970755fc12 (diff) | |
download | hurrycurry-flatpak-0bc76a594ec5737180607ae649bb057761f3537b.tar hurrycurry-flatpak-0bc76a594ec5737180607ae649bb057761f3537b.tar.bz2 hurrycurry-flatpak-0bc76a594ec5737180607ae649bb057761f3537b.tar.zst |
Remove locales from make command
-rw-r--r-- | org.metamuffin.hurrycurry.client.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index 5dea4ab..cf27e69 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -91,7 +91,7 @@ modules: - cargo --offline fetch --manifest-path Cargo.toml - make JSR=node -C data - make DATA_SEARCH_PATH=/app/share/hurrycurry/data CARGOFLAGS=--offline -C server discover server - - make -C client assets locales + - make -C client assets - install -Dm755 target/release/hurrycurry-server /app/bin/hurrycurry-server - install -Dm755 target/release/hurrycurry-discover /app/bin/hurrycurry-discover - install -dD /app/share/hurrycurry/data/recipes |