netbrain / zwift

Easily zwift on linux
The Unlicense
238 stars 27 forks source link

added winetricks zwift verb #50

Closed netbrain closed 8 months ago

quietvoid commented 8 months ago

I'm not sure if there's an advantage of the verb file instead of using /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /NOCANCEL.
Now the installer does show up even though it's handled automatically.

On my side it also didn't close after setup finished, I'm not exactly sure why.

After the initial update I've also added this in my script:

rm "$ZWIFT_HOME/ZwiftSetup.exe"
rm -rf "$HOME/.wine/drive_c/users/user/Downloads/Zwift"
rm -rf $HOME/.cache/wine*

I don't know why but sometimes there are initial update files in Downloads.

But the changes work otherwise.

netbrain commented 8 months ago

My thinking was that it would be easier to see what's going on when things fail and know exactly where in the installation process it fails.

And when it does it might be beneficial to allow autohotkey to do extra intermediary steps to prevent failure.

You can also run complete interactive installation by omitting the -q argument to winetricks.

On Fri, Dec 15, 2023, 01:46 quietvoid @.***> wrote:

I'm not sure if there's an advantage of the verb file instead of using /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /NOCANCEL. Now the installer does show up even though it's handled automatically.

On my side it also didn't close after setup finished, I'm not exactly sure why.

— Reply to this email directly, view it on GitHub https://github.com/netbrain/zwift/pull/50#issuecomment-1857093199, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACTNC5I5M5ZRCERIKBLNXLYJOMUTAVCNFSM6AAAAABAVPVDVGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJXGA4TGMJZHE . You are receiving this because you authored the thread.Message ID: @.***>