Skip to content

Commit 42cc29c

Browse files
authored
Make macos bundle unambiguous (#61)
2 parents 6951ce1 + 6e8ccf3 commit 42cc29c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ task :create_osx_plugin do
149149
rm_rf "bugsnag-osx/bugsnag-osx/Bugsnag.framework"
150150
cd 'bugsnag-cocoa' do
151151
sh "make BUILD_OSX=1 build/Build/Products/Release/Bugsnag.framework"
152-
cp_r "build/Build/Products/Release/Bugsnag.framework", "../bugsnag-osx/bugsnag-osx"
152+
sh "cp -R build/Build/Products/Release/Bugsnag.framework ../bugsnag-osx/bugsnag-osx"
153153
end
154154

155155
# Create the Unity OSX bundle and copy it to the OSX directory
Binary file not shown.

0 commit comments

Comments
 (0)