Skip to content

Commit

Permalink
Update link.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed May 21, 2024
1 parent 96d3c53 commit 106296a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions link.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@echo off

mkdir "build"
mkdir ".gradle"

mklink /j "server/src/main/java/com/coloryr/minecraft_qq/core" "core"

mklink /j "server/build" "build"
Expand Down

0 comments on commit 106296a

Please sign in to comment.