From 8f8f3d571fc702fd31c1008c8ec056c3741b3e35 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 30 Sep 2018 11:30:17 +0200 Subject: updater: windows fixes - fix .part rename - add press enter pause to panics --- doc/Updater.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 -- cgit v1.2.1