1
0
forked from GRIN/grim

macos: fix bin name

This commit is contained in:
ardocrat
2024-08-02 00:04:37 +03:00
parent 4250a83973
commit 1424a820f0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<string>Grim</string>
<key>CFBundleExecutable</key>
<string>grim-bin</string>
<string>grim</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
+1 -1
View File
@@ -40,7 +40,7 @@ rm -rf target/aarch64-apple-darwin
cargo install cargo-zigbuild@0.18.4
cargo zigbuild --release --target ${arch}
rm -rf .intentionally-empty-file.o
yes | cp -rf target/${arch}/release/grim-bin macos/Grim.app/Contents/MacOS
yes | cp -rf target/${arch}/release/grim macos/Grim.app/Contents/MacOS
### Sign .app resources:
#rcodesign generate-self-signed-certificate