Skip to content

Commit

Permalink
fix: Change location of the downloadable exewrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Jun 2, 2023
1 parent 29f1b53 commit 7e62957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bee/task/Exe.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public File build() {
// download and unzip exewrap
ui.info("Download and extract exewrap binary.");

I.http("http://osdn.net/frs/redir.php?m=nchc&f=exewrap%2F77554%2Fexewrap1.6.5.zip", InputStream.class)
I.http("https://dforest.watch.impress.co.jp/library/e/exewrap/11824/exewrap1.6.5.zip", InputStream.class)
.map(Locator.temporaryFile("exewrap.zip")::writeFrom)
.map(File::unpackToTemporary)
.waitForTerminate()
Expand Down

0 comments on commit 7e62957

Please sign in to comment.