Skip to content

Commit

Permalink
fixed mac build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAGod1 committed Oct 13, 2021
1 parent f9d1f35 commit cffdda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mac.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cargo build --release
install_name_tool -add_rpath @executable_path target/release/evm
cp target/release/libSDL2-2.0.dylib artifacts/BasePC\ 2.0.app/Contents/MacOS/libSDL2-2.0.dylib
cp target/release/evm artifacts/BasePC\ 2.0.app/Contents/MacOS/evm

create-dmg --volname "BasePC 2.0" "artifacts/BasePC 2.0.app"

Expand Down

0 comments on commit cffdda0

Please sign in to comment.