We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b08ee8 commit 43ec480Copy full SHA for 43ec480
src/quark-runtime/config/mozconfig
@@ -9,6 +9,6 @@
9
ac_add_options --enable-application=quark-runtime
10
ac_add_options --with-app-name=experiment-runtime
11
12
-export MOZ_APP_VENDOR=Fushra
+# export MOZ_APP_VENDOR=Fushra
13
export MOZ_APP_DISPLAYNAME=Experiment
14
export MOZ_UPDATE_CHANNEL=dev
src/quark-runtime/moz.configure
@@ -3,6 +3,7 @@
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5
imply_option("MOZ_APP_BASENAME", "Experiment")
6
+imply_option("MOZ_APP_VENDOR", "trickypr")
7
8
# this is required to define mozilla::components::History::GetServiceHelper in objdir/xpcom/components/Components.h
imply_option("MOZ_PLACES", True)
0 commit comments