Skip to content

Commit

Permalink
Correct app files for repeater
Browse files Browse the repository at this point in the history
  • Loading branch information
bridgecommand committed Nov 2, 2016
1 parent 55e551a commit c739e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>mc</string>
<string>rp</string>
<key>CFBundleIdentifier</key>
<string>uk.co.bridgecommand.rp</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion launcher/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Receiver : public IEventReceiver
#else
#ifdef __APPLE__
//APPLE
execl("../MacOS/mc.app/Contents/MacOS/rp", "rp", NULL);
execl("../MacOS/rp.app/Contents/MacOS/rp", "rp", NULL);
#else
//Other (assumed posix)
execl("./bridgecommand-rp", "bridgecommand-rp", NULL);
Expand Down

0 comments on commit c739e97

Please sign in to comment.