Skip to content

ISLC: Fix hash#2398

Merged
rasa merged 1 commit intoScoopInstaller:masterfrom
linsui:islc
Jul 2, 2019
Merged

ISLC: Fix hash#2398
rasa merged 1 commit intoScoopInstaller:masterfrom
linsui:islc

Conversation

@linsui
Copy link
Copy Markdown
Contributor

@linsui linsui commented Jul 2, 2019

Fix #2397

But I bump into another error

Installing 'islc' (1.0.1.2) [64bit]
ISLC%20v1.0.1.2.exe (338.8 KB) [===================================================================] 100%
Checking hash of ISLC%20v1.0.1.2.exe ... ok.
Extracting dl.7z ... Could not find 'ISLC v1.0.1.2'! (error 16)
所在位置 D:\scoop\apps\scoop\current\lib\core.ps1:506 字符: 9
+         throw "Could not find '$(fname $from)'! (error $($proc.ExitCo ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (Could not find ....2'! (error 16):String) [], RuntimeExcep 
   tion
    + FullyQualifiedErrorId : Could not find 'ISLC v1.0.1.2'! (error 16)

Relpace extract_dir with installer works well

    "installer": {
        "script": [
            "Move-Item \"$dir\\ISLC v$version\\*\" \"$dir\"",
            "Remove-Item \"$dir\\ISLC v$version\" -Recurse -Force"
        ]
    }

Maybe it caused by the space in extract_dir.

@rasa rasa merged commit 8cb586a into ScoopInstaller:master Jul 2, 2019
@linsui linsui deleted the islc branch July 2, 2019 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

islc@1.0.1.2: hash check failed

2 participants