1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-07-31 16:06:05 +00:00
rufus/res/appstore
Pete Batard 2761c72187
[parser] fix unwanted removal of lines that don't match a token
* In replace_in_token_data() when looking for lines starting with a specific
  token but finding lines containing a larger version of the token (e.g. looking
  for 'linux' but finding 'linux16') we would forget to output the non matching
  line as we rejected it.
* This produced issues such as the one described at:
  https://ubuntuforums.org/showthread.php?t=2465291&page=10&p=14052629#post14052629
* Fix this by ensuring that we always output the lines that we reject.
2021-09-20 16:11:47 +01:00
..
Images [appstore] don't exit on unhandled parameters 2021-02-05 17:47:48 +00:00
listing [appstore] add French to app listing 2021-05-27 16:49:46 +01:00
rufus [appstore] add AppStore version detection 2021-02-07 20:25:21 +00:00
appstore.sln [appstore] use a separate solution for App packaging 2021-02-07 20:19:53 +00:00
appstore.wapproj [appstore] update supported languages 2021-05-28 22:02:19 +01:00
appstore.wapproj.user [appstore] use a separate solution for App packaging 2021-02-07 20:19:53 +00:00
Package.appxmanifest [parser] fix unwanted removal of lines that don't match a token 2021-09-20 16:11:47 +01:00
Package.StoreAssociation.xml [internal] add Windows AppStore project files 2021-02-04 12:26:27 +00:00
packme.cmd [misc] report UEFI Shell download feature in README 2021-08-25 15:24:56 +02:00