goaaats / xl-authenticator

Android/iOS OTP authenticator app for XIVLauncher built in Flutter
GNU General Public License v3.0
38 stars 12 forks source link

Add support for Windows releases #10

Open liamdawson opened 2 years ago

liamdawson commented 2 years ago

Based on https://github.com/goatcorp/FFXIVQuickLauncher/pull/437#issuecomment-932833094, I figured there was an appetite for Windows builds.

Changes

Notes/Discussion

Screenshots

image image

liamdawson commented 2 years ago

For those who're brave enough to try it, here's a release zip built from ec05a162b6faa375c1d6803efea069edc47b8e89.

xl_otpsend-windows.ec05a16.zip

alphaONE2 commented 2 years ago

This works just fine on my Windows 11 box.

mkolassa commented 2 years ago

Tested as working on my Windows 11 desktop as well.

Pilzinsel64 commented 2 years ago

Works fine, really really nice! πŸ‘Œ The only thing is that "Close after sent" doesn't work. But that's ok as it's a first test build and how different Android and Windows works at this point.

liamdawson commented 2 years ago

@Pilzinsel64 looks like there's no easy and clean way to accomplish that. I'll try doing an easy and dirty way to do it, and will otherwise fall back to taking the option out entirely (if it's not going to work).

Pilzinsel64 commented 2 years ago

@liamdawson Alright! πŸ‘ As long as the process get closed, it's alright. Otherwise, just get rid of that option (like you did with the QR code scanner) sounds ok for here, I guess.

liamdawson commented 2 years ago

Release zip from f39ccab, fixes auto-close on my machine. Guess the queue times on Tonberry have some advantages πŸ˜…

xl_otpsend-windows.f39ccab.zip

Pilzinsel64 commented 2 years ago

That's really a simple fix. 😁 But works well! πŸ‘

mkolassa commented 2 years ago

Looks like Flutter has added stable Windows support as of a few days ago.