1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/res/appstore
Pete Batard d8a2c29a67
[core] fix MBR cleanup regression
* Commit 9dc045a701 introduced a regression on account that we didn't set the
  file pointer to 0 before clearing the disk.
* This leads to the MBR not being properly cleared, with the result that Windows may in turn
  produce errors when trying to repartition the disk.
* Fix this by making sure we do invoke SetFilePointerEx() before calling WriteFileWithRetry().
* Also set rufus-next to 3.17
* Also fix a MinGW warning
2021-10-17 13:35:31 +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 [misc] misc improvements and fixes 2021-10-15 13:13:36 +01:00
Package.appxmanifest [core] fix MBR cleanup regression 2021-10-17 13:35:31 +01:00
Package.StoreAssociation.xml [internal] add Windows AppStore project files 2021-02-04 12:26:27 +00:00
packme.cmd [core] fix MBR cleanup regression 2021-10-17 13:35:31 +01:00