diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 304f957..aacd4bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: run: | cargo build --release --no-default-features zip -r oculante_linux_minimal.zip target/release/oculante - cargo build --release --features heif + cargo build --release zip -r oculante_linux.zip target/release/oculante cargo deb cp target/debian/oculante_*.deb oculante.deb diff --git a/build_mac.sh b/build_mac.sh index 1765fee..26ca582 100755 --- a/build_mac.sh +++ b/build_mac.sh @@ -23,8 +23,8 @@ brew install nasm cargo build --release --target aarch64-apple-darwin cargo build --release --target x86_64-apple-darwin -cargo build --release --target x86_64-apple-darwin --features heif -cargo build --release --target aarch64-apple-darwin --features heif +# cargo build --release --target x86_64-apple-darwin --features heif +# cargo build --release --target aarch64-apple-darwin --features heif # cargo build --release --target x86_64-apple-darwin # cargo build --release --target aarch64-apple-darwin --features heif