Skip to content

Commit

Permalink
try no 2
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 18, 2024
1 parent e252de7 commit 2434d71
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/vm/bundle/generator.nim
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,12 @@ proc generateBundle*(filepath: string, target: string) =
section "Checking information":
entryFile = checkInfo(filepath)

section "Looking for Nim":
lookForNim()
when not defined(windows):
section "Looking for Nim":
lookForNim()

section "Looking for Git":
lookForGit()
section "Looking for Git":
lookForGit()

section "Cloning Arturo":
cloneArturo()
Expand Down

0 comments on commit 2434d71

Please sign in to comment.