mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-07-30 23:50:20 -07:00
Update to Zwift 1.0.101164
This commit is contained in:
@@ -93,10 +93,10 @@ zoffline can be installed on the same machine as Zwift or another local machine.
|
||||
<details><summary>Windows Instructions</summary>
|
||||
|
||||
* Install Zwift
|
||||
* If your Zwift version is 1.0.101145, you're all set.
|
||||
* If your Zwift version is 1.0.101164, you're all set.
|
||||
* If Zwift is not installed, install it before installing zoffline.
|
||||
* If your Zwift version is newer than 1.0.101145 and zoffline is running from source: copy ``C:\Program Files (x86)\Zwift\Zwift_ver_cur.xml`` to zoffline's ``cdn/gameassets/Zwift_Updates_Root/`` overwriting the existing file.
|
||||
* If your Zwift version is newer than 1.0.101145 and zoffline is not running from source: wait for zoffline to be updated.
|
||||
* If your Zwift version is newer than 1.0.101164 and zoffline is running from source: copy ``C:\Program Files (x86)\Zwift\Zwift_ver_cur.xml`` to zoffline's ``cdn/gameassets/Zwift_Updates_Root/`` overwriting the existing file.
|
||||
* If your Zwift version is newer than 1.0.101164 and zoffline is not running from source: wait for zoffline to be updated.
|
||||
* __NOTE:__ instead of performing the steps below you can instead just run the __configure_client__ script from https://github.com/zoffline/zwift-offline/releases/tag/zoffline_helper
|
||||
* On your Windows machine running Zwift, copy the following files in this repo to a known location:
|
||||
* ``ssl/cert-zwift-com.p12``
|
||||
@@ -122,9 +122,9 @@ to generate your own certificates and do the same.
|
||||
<details><summary>Mac OS X Instructions</summary>
|
||||
|
||||
* Install Zwift
|
||||
* If your Zwift version is 1.0.101145, you're all set.
|
||||
* If your Zwift version is 1.0.101164, you're all set.
|
||||
* If Zwift is not installed, install it before installing zoffline.
|
||||
* If your Zwift version is newer than 1.0.101145: copy ``~/Library/Application Support/Zwift/ZwiftMac_ver_cur.xml`` to zoffline's ``cdn/gameassets/Zwift_Updates_Root/`` overwriting the existing file.
|
||||
* If your Zwift version is newer than 1.0.101164: copy ``~/Library/Application Support/Zwift/ZwiftMac_ver_cur.xml`` to zoffline's ``cdn/gameassets/Zwift_Updates_Root/`` overwriting the existing file.
|
||||
* On your Mac machine running Zwift, copy the following files in this repo to a known location:
|
||||
* ``ssl/cert-zwift-com.p12``
|
||||
* ``ssl/cert-zwift-com.pem``
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<Zwift
|
||||
version="1.0.101145"
|
||||
sversion="1.26.0 (101145)"
|
||||
gbranch="build/101145-rc-1.26.0.24-1.26.0"
|
||||
gcommit="a6cb99a49d39d9abd62787300acfc5f06aef222f"
|
||||
version="1.0.101164"
|
||||
sversion="1.26.1 (101164)"
|
||||
gbranch="build/101164-rc-1.26.1.5-1.26.1"
|
||||
gcommit="dda86fe0235debd7146c0d8ceb1b0d5d626ddf77"
|
||||
GAME_URL="https://us-or-rly101.zwift.com"
|
||||
manifest="ZwiftMac_1.0.101145_0cec254e_manifest.xml"
|
||||
manifest_checksum="-859202054"
|
||||
ver_cur_checksum="-1718539312"/>
|
||||
manifest="ZwiftMac_1.0.101164_49dd775a_manifest.xml"
|
||||
manifest_checksum="1294840976"
|
||||
ver_cur_checksum="-2058993303"/>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<Zwift
|
||||
version="1.0.101145"
|
||||
sversion="1.26.0 (101145)"
|
||||
gbranch="build/101145-rc-1.26.0.24-1.26.0"
|
||||
gcommit="a6cb99a49d39d9abd62787300acfc5f06aef222f"
|
||||
version="1.0.101164"
|
||||
sversion="1.26.1 (101164)"
|
||||
gbranch="build/101164-rc-1.26.1.5-1.26.1"
|
||||
gcommit="dda86fe0235debd7146c0d8ceb1b0d5d626ddf77"
|
||||
GAME_URL="https://us-or-rly101.zwift.com"
|
||||
manifest="Zwift_1.0.101145_0cec254e_manifest.xml"
|
||||
manifest_checksum="-949677369"
|
||||
ver_cur_checksum="444421891"/>
|
||||
manifest="Zwift_1.0.101164_49dd775a_manifest.xml"
|
||||
manifest_checksum="-1645914637"
|
||||
ver_cur_checksum="-740370914"/>
|
||||
|
||||
+2
-1
@@ -259,10 +259,11 @@
|
||||
},
|
||||
{
|
||||
"name": "game_1_26_watchdog_timer",
|
||||
"value": true,
|
||||
"values": {
|
||||
"fields": {
|
||||
"timeoutInterval": {
|
||||
"numberValue": 30.0
|
||||
"numberValue": 60.0
|
||||
},
|
||||
"abortEnabled": {
|
||||
"boolValue": false
|
||||
|
||||
Reference in New Issue
Block a user