mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-08-28 00:56:40 +00:00
fix update: unzip correct directory
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ if(!$app) {
|
||||
dl $zipurl $zipfile
|
||||
|
||||
echo 'extracting...'
|
||||
unzip $zipfile $tempdir
|
||||
unzip $zipfile $tempdir 'scoop-master'
|
||||
rm $zipfile
|
||||
|
||||
echo 'replacing files..'
|
||||
|
||||
Reference in New Issue
Block a user