Commit Graph

5 Commits

Author SHA1 Message Date
Pete Batard 85cd19eb76
disable update related elements and enable Fido always
* The check for update is not necessary or even desirable for the AppStore
  version, since the Windows Store takes care of updating the app.
2021-02-08 12:29:08 +00:00
Pete Batard f86cd69944
[appstore] detect AppStore version and add name on tile
* Also fix network connectivity detection for some platforms
2021-02-08 12:28:40 +00:00
Pete Batard 986234230f
[appstore] don't exit on unhandled parameters
* Looks like executables installed from the Windows Store launch with a "/InvokerPRAID"
  added parameter, which of course BREAKS apps that have a defined set of parameters
  and don't except that Microsoft would gingerly add random unwanted stuff there...
* This results in our argument processing loop to cause early exit on account that an
  unexpected option was provided.
* Fix this by adding an explicit check for /InvokerPRAID and not exiting on unhandled
  params.
* Also set an explicit Windows.FullTrustApplication and remove splash screen.
* Also update _pre-commit.sh to update appstore build number automatically.
2021-02-05 13:59:23 +00:00
Pete Batard 0d604fbcf1
[appstore] try without digital signature and digital signature validation
* Since the application doesn't launch properly... :(
* Also add some instrumentation for the one code path that can explain
  the messages we are seeing.
2021-02-05 10:43:15 +00:00
Pete Batard 47c8d09be3
[internal] add Windows AppStore project files
* These are the settings used to publish the official app at:
  https://www.microsoft.com/store/apps/9PC3H3V7Q9CH
2021-02-05 10:41:06 +00:00