зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1723298 - Use the correct default profile name, since it's different for dev edition. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D121457
This commit is contained in:
Родитель
29295703f8
Коммит
e4aba3a688
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
add_task(async () => {
|
add_task(async () => {
|
||||||
// Create a default profile to migrate from.
|
// Create a default profile to migrate from.
|
||||||
let dir = makeRandomProfileDir("default");
|
let dir = makeRandomProfileDir(DEDICATED_NAME);
|
||||||
let profileData = {
|
let profileData = {
|
||||||
options: {
|
options: {
|
||||||
startWithLastProfile: true,
|
startWithLastProfile: true,
|
||||||
},
|
},
|
||||||
profiles: [
|
profiles: [
|
||||||
{
|
{
|
||||||
name: "default",
|
name: DEDICATED_NAME,
|
||||||
path: dir.leafName,
|
path: dir.leafName,
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
add_task(async () => {
|
add_task(async () => {
|
||||||
// Create a default profile to migrate from.
|
// Create a default profile to migrate from.
|
||||||
let dir = makeRandomProfileDir("default");
|
let dir = makeRandomProfileDir(DEDICATED_NAME);
|
||||||
let profileData = {
|
let profileData = {
|
||||||
options: {
|
options: {
|
||||||
startWithLastProfile: true,
|
startWithLastProfile: true,
|
||||||
},
|
},
|
||||||
profiles: [
|
profiles: [
|
||||||
{
|
{
|
||||||
name: "default",
|
name: DEDICATED_NAME,
|
||||||
path: dir.leafName,
|
path: dir.leafName,
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче