mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
e4372a9f57
* 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 |
||
---|---|---|
.. | ||
LargeTile.scale-100.png | ||
LargeTile.scale-125.png | ||
LargeTile.scale-150.png | ||
LargeTile.scale-200.png | ||
LargeTile.scale-400.png | ||
SmallTile.scale-100.png | ||
SmallTile.scale-125.png | ||
SmallTile.scale-150.png | ||
SmallTile.scale-200.png | ||
SmallTile.scale-400.png | ||
Square44x44Logo.altform-lightunplated_targetsize-16.png | ||
Square44x44Logo.altform-lightunplated_targetsize-24.png | ||
Square44x44Logo.altform-lightunplated_targetsize-32.png | ||
Square44x44Logo.altform-lightunplated_targetsize-48.png | ||
Square44x44Logo.altform-lightunplated_targetsize-256.png | ||
Square44x44Logo.altform-unplated_targetsize-16.png | ||
Square44x44Logo.altform-unplated_targetsize-32.png | ||
Square44x44Logo.altform-unplated_targetsize-48.png | ||
Square44x44Logo.altform-unplated_targetsize-256.png | ||
Square44x44Logo.scale-100.png | ||
Square44x44Logo.scale-125.png | ||
Square44x44Logo.scale-150.png | ||
Square44x44Logo.scale-200.png | ||
Square44x44Logo.scale-400.png | ||
Square44x44Logo.targetsize-16.png | ||
Square44x44Logo.targetsize-24.png | ||
Square44x44Logo.targetsize-24_altform-unplated.png | ||
Square44x44Logo.targetsize-32.png | ||
Square44x44Logo.targetsize-48.png | ||
Square44x44Logo.targetsize-256.png | ||
Square150x150Logo.scale-100.png | ||
Square150x150Logo.scale-125.png | ||
Square150x150Logo.scale-150.png | ||
Square150x150Logo.scale-200.png | ||
Square150x150Logo.scale-400.png | ||
StoreLogo.scale-100.png | ||
StoreLogo.scale-125.png | ||
StoreLogo.scale-150.png | ||
StoreLogo.scale-200.png | ||
StoreLogo.scale-400.png | ||
Wide310x150Logo.scale-100.png | ||
Wide310x150Logo.scale-125.png | ||
Wide310x150Logo.scale-150.png | ||
Wide310x150Logo.scale-200.png | ||
Wide310x150Logo.scale-400.png |