You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ipc/app/Makefile.in
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ libs::
34
34
$(NSINSTALL) -D $(DIST)/bin/$(PROGRAM).app
35
35
rsync -a -C --exclude '*.in'$(srcdir)/macbuild/Contents $(DIST)/bin/$(MOZ_CHILD_PROCESS_NAME).app
36
36
sed -e 's/%PROGRAM%/$(MOZ_CHILD_PROCESS_NAME)/'$(srcdir)/macbuild/Contents/Info.plist.in >$(DIST)/bin/$(MOZ_CHILD_PROCESS_NAME).app/Contents/Info.plist
37
-
sed -e 's/%APP_NAME%/$(MOZ_APP_DISPLAYNAME)/'$(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in |\
37
+
sed -e 's/%APP_NAME%/$(MOZ_CHILD_PROCESS_BUNDLENAME)/'$(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in |\
0 commit comments