Commit 9087b375 by Michael Pastushkov

fix

parent 1bc36389
#!/bin/bash
/usr/bin/open -a Terminal "`dirname \"$0\"`/bytevia_mac_intel"
/usr/bin/open -a Terminal "`dirname \"$0\"`/bytevia_intel"
......@@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>net.p4pn.bytevia</string>
<key>CFBundleName</key>
<string>bytevia_mac_intel</string>
<string>bytevia_intel</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundlePackageType</key>
......
#!/bin/bash
/usr/bin/open -a Terminal "`dirname \"$0\"`/bytevia_mac_silicon"
/usr/bin/open -a Terminal "`dirname \"$0\"`/bytevia_silicon"
......@@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>net.p4pn.bytevia</string>
<key>CFBundleName</key>
<string>bytevia_mac_intel</string>
<string>bytevia_silicon</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundlePackageType</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment