Skip to content

Commit

Permalink
Use custom IVE.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Feb 24, 2024
1 parent 7ccfc38 commit 01c5d94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/jvm/src/main/scala/org/sireum/Init.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1080,8 +1080,7 @@ import Init._
patchVMOptions(ideaDir / "bin" / "idea64.exe.vmoptions")
(ideaDir / "bin" / "idea.exe").removeAll()
(ideaDir / "bin" / "idea.exe.vmoptions").removeAll()
(ideaDir / "bin" / "idea64.exe").moveOverTo(ideaDir / "bin" / "IVE.exe")
(ideaDir / "bin" / "idea64.exe.vmoptions").moveOverTo(ideaDir / "bin" / "IVE.exe.vmoptions")
(ideaDir / "bin" / "IVE.exe").downloadFrom("https://github.com/sireum/rolling/releases/download/ive_launcher_win/IVE.exe")
if (buildSfx) {
(homeBin / "sireum.jar").copyOverTo(ideaDir / "plugins" / "sireum-intellij-plugin" / "lib" / "sireum.jar")
}
Expand Down

0 comments on commit 01c5d94

Please sign in to comment.