diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-30 11:30:17 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-30 16:16:55 +0200 |
commit | 8f8f3d571fc702fd31c1008c8ec056c3741b3e35 (patch) | |
tree | ec9440e6c0ef708b237f85f824a8b243bc00a75b /doc | |
parent | ProfileManager: move initial profile loading to ProfileManager (diff) | |
download | smolbote-8f8f3d571fc702fd31c1008c8ec056c3741b3e35.tar.xz |
updater: windows fixes
- fix .part rename
- add press enter pause to panics
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Updater.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Updater.md b/doc/Updater.md index 595ec9c..899240f 100644 --- a/doc/Updater.md +++ b/doc/Updater.md @@ -3,6 +3,7 @@ ### Manifest ~~~sh find windows/ -type f | xargs sha512sum | sed 's/windows\///' > windows-sha512.txt +find windows/ -type d -exec chmod 755 {} + ~~~ ### Building |