Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit cb1f091

Browse files
authored
🔀 Fix updates again (#177)
Fix updates again
2 parents af09527 + 2086ff2 commit cb1f091

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MPL-2.0",
88
"private": true,
99
"dependencies": {
10-
"gluon-build": "^1.0.0-rc.4"
10+
"gluon-build": "^1.0.0-rc.5"
1111
},
1212
"scripts": {
1313
"build": "gluon build",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
diff --git a/build/application.ini.in b/build/application.ini.in
2+
index 6df13230a45b2a86356f4e5a7b189c46f53e44cc..47fc729cba7d9cb612bfa0297a24644925ab53af 100644
3+
--- a/build/application.ini.in
4+
+++ b/build/application.ini.in
5+
@@ -52,5 +52,5 @@ ServerURL=@MOZ_CRASHREPORTER_URL@/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSIO
6+
7+
#if MOZ_UPDATER
8+
[AppUpdate]
9+
-URL=https://@MOZ_APPUPDATE_HOST@/update/6/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%SYSTEM_CAPABILITIES%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml
10+
+URL=https://@MOZ_APPUPDATE_HOST@/updates/browser/%BUILD_TARGET%/%CHANNEL%/update.xml
11+
#endif

‎yarn.lock‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@
110110
"@resvg/resvg-js-win32-x64-msvc" "1.4.0"
111111

112112
"@types/node@*":
113-
version "18.11.3"
114-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.3.tgz#78a6d7ec962b596fc2d2ec102c4dd3ef073fea6a"
115-
integrity sha512-fNjDQzzOsZeKZu5NATgXUPsaFaTxeRgFXoosrHivTl8RGeV733OLawXsGfEk9a8/tySyZUyiZ6E8LcjPFZ2y1A==
113+
version "18.11.17"
114+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.17.tgz#5c009e1d9c38f4a2a9d45c0b0c493fe6cdb4bcb5"
115+
integrity sha512-HJSUJmni4BeDHhfzn6nF0sVmd1SMezP7/4F0Lq+aXzmp2xm9O7WXrUtHW/CHlYVtZUbByEvWidHqRtcJXGF2Ng==
116116

117117
"@types/node@^17.0.36":
118118
version "17.0.45"
@@ -339,10 +339,10 @@ globrex@^0.1.2:
339339
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
340340
integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
341341

342-
gluon-build@^1.0.0-rc.4:
343-
version "1.0.0-rc.4"
344-
resolved "https://registry.yarnpkg.com/gluon-build/-/gluon-build-1.0.0-rc.4.tgz#4f8f5372029932f70a26b4b06110215126f65489"
345-
integrity sha512-vcpbfouLHYqDRC0yyil2baOhSAxYB/XhMXq0FZH7QD6dAoKBj8wVP2Moc3WDyvneED4HxgXoiupGxtbNFdUTog==
342+
gluon-build@^1.0.0-rc.5:
343+
version "1.0.0-rc.5"
344+
resolved "https://registry.yarnpkg.com/gluon-build/-/gluon-build-1.0.0-rc.5.tgz#eb12f04082597a3c48a8d3cc42caff65bed9e6b7"
345+
integrity sha512-TJMv24pMQPo3eXQLacJ9xS1qcwPt/WERw9xTQImbnXWCe9dn6d0nAD9FamVZXZvNU7jzPcObjoPXytwTP1yCWw==
346346
dependencies:
347347
"@resvg/resvg-js" "^1.4.0"
348348
async-icns "^1.0.2"

0 commit comments

Comments
 (0)