Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed May 8, 2024
1 parent dc86980 commit 3e7b151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion link.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ forge_1_19_2 forge_1_18_2 forge_1_16_5 forge_1_12_2 ^
fabric_1_20_2 fabric_1_20 fabric_1_19_3 fabric_1_19_2 fabric_1_18_2 ^
fabric_1_16_5 fabric_1_20_6 neoforge_1_20_4 neoforge_1_20_5

for %%i in (%array%) do (
for %%i in (%array1%) do (
if not exist "%%i\src\main\java\com\coloryr\allmusic\server\codec" mklink /j "%%i\src\main\java\com\coloryr\allmusic\server\codec" "codec"
)
2 changes: 1 addition & 1 deletion remove.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ forge_1_19_2 forge_1_18_2 forge_1_16_5 forge_1_12_2 ^
fabric_1_20_2 fabric_1_20 fabric_1_19_3 fabric_1_19_2 fabric_1_18_2 ^
fabric_1_16_5 fabric_1_20_6 neoforge_1_20_4 neoforge_1_20_5

for %%i in (%array%) do (
for %%i in (%array1%) do (
if exist "%%i\src\main\java\com\coloryr\allmusic\server\codec" rmdir "%%i\src\main\java\com\coloryr\allmusic\server\codec" "codec"
)

Expand Down

0 comments on commit 3e7b151

Please sign in to comment.