1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/res
Pete Batard e4372a9f57
[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...
* The provision of this extra parameter also appears to be tied to using one of:
  - <TargetDeviceFamily Name="Windows.Universal" ...>
  - <uap:SplashScreen ...>
  - <Application EntryPoint="$targetentrypoint$" ...>
  in the appxmanifest.
* This resulted 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 and removing or altering the 3 appxmanifest options listed above.
* Also set an explicit Windows.FullTrustApplication and remove splash screen.
* Also update _pre-commit.sh to update appstore build number automatically.
* Also remove splash screen images, add store listing CSV and toggle App builds to manual.
* Closes #1690
2021-02-05 17:47:48 +00:00
..
appstore [appstore] don't exit on unhandled parameters 2021-02-05 17:47:48 +00:00
freedos [dos] update FreeDOS 2017-01-13 11:10:52 +00:00
grub [grub] update GRUB 2.04 core.img for Ubuntu 20.10 support 2020-09-16 13:59:06 +01:00
grub2 [grub] update GRUB 2.04 core.img for Ubuntu 20.10 support 2020-09-16 13:59:06 +01:00
hogger [misc] fix an issue with Far Manager 2014-05-27 02:02:50 +01:00
icons [misc] lossless optimization of icons 2020-09-10 17:57:01 +01:00
loc [loc] fix Russian translation for KB/MB/GB... 2020-12-11 17:10:48 +00:00
mbr [core] fix MBR protective message overwriting the primary GPT 2020-04-13 17:05:33 +01:00
syslinux [syslinux] update Syslinux to 6.04-pre1 2020-02-03 13:03:05 +00:00
uefi update UEFI:NTFS file system drivers to version 1.7 2020-11-19 20:12:04 +00:00
rufus.ico [ui] improve application look on high DPI displays 2015-05-15 00:36:42 +01:00
rufus.ini [misc] miscellaneous cleanup 2017-04-04 17:26:45 +01:00