Skip to content

Commit 43ec480

Browse files
committed
🐛 fix vendor error
1 parent 0b08ee8 commit 43ec480

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/quark-runtime/config/mozconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
ac_add_options --enable-application=quark-runtime
1010
ac_add_options --with-app-name=experiment-runtime
1111

12-
export MOZ_APP_VENDOR=Fushra
12+
# export MOZ_APP_VENDOR=Fushra
1313
export MOZ_APP_DISPLAYNAME=Experiment
1414
export MOZ_UPDATE_CHANNEL=dev

src/quark-runtime/moz.configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

55
imply_option("MOZ_APP_BASENAME", "Experiment")
6+
imply_option("MOZ_APP_VENDOR", "trickypr")
67

78
# this is required to define mozilla::components::History::GetServiceHelper in objdir/xpcom/components/Components.h
89
imply_option("MOZ_PLACES", True)

0 commit comments

Comments
 (0)