diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1fcbd40..268e4f30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,8 @@ jobs: npm install -g typescript brew install nasm cargo install cargo-bundle - build-cmd: MACOSX_DEPLOYMENT_TARGET=10.13 cargo bundle --release + # build-cmd: MACOSX_DEPLOYMENT_TARGET=10.13 cargo bundle --release + build-cmd: cargo bundle --release package-files: target/release/bundle/osx/macOS.zip exec-file: target/release/bundle/osx/macOS.zip pkg-cmd: cd target/release/bundle/osx/ && zip -r macOS.zip Weylus.app