File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ core-foundation = "0.10.0"
2828rojo = " 7.4.4"
2929
3030[package .metadata .bundle ]
31- name = " Roblox Studio MCP "
31+ name = " RobloxStudioMCP "
3232description = " Model Context Protocol server for Roblox Studio"
3333identifier = " com.rbx-mcp.server"
Original file line number Diff line number Diff line change 2424 echo " $APPLE_API_KEY_CONTENT " > " $APPLE_API_KEY "
2525
2626
27- codesign -s " $IDENTITY " -v -f -o runtime --deep -i com.rbx-mcp.server --timestamp --entitlements util/App.entitlements --generate-entitlement-der " $BUNDLE_DIR /osx/Roblox Studio MCP .app"
27+ codesign -s " $IDENTITY " -v -f -o runtime --deep -i com.rbx-mcp.server --timestamp --entitlements util/App.entitlements --generate-entitlement-der " $BUNDLE_DIR /osx/RobloxStudioMCP .app"
2828 ditto -c -k $BUNDLE_DIR /osx $BUNDLE_DIR /bund.zip
2929 xcrun notarytool submit -k " $APPLE_API_KEY " -d " $APPLE_API_KEY_ID " -i " $APPLE_API_ISSUER " --wait --progress $BUNDLE_DIR /bund.zip
30- xcrun stapler staple " $BUNDLE_DIR /osx/Roblox Studio MCP .app"
30+ xcrun stapler staple " $BUNDLE_DIR /osx/RobloxStudioMCP .app"
3131fi
3232
3333ditto -c -k $BUNDLE_DIR /osx output/macOS-rbx-studio-mcp.zip
You can’t perform that action at this time.
0 commit comments