Skip to content

Commit e1949b5

Browse files
add Imutable.dll to dist/
1 parent 5a3f756 commit e1949b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ build: clean restore build-ui
2020
package-win: build
2121
@-mkdir dist
2222
@cmd /c copy /y "bin\Debug\netstandard2.1\0Harmony.dll" "dist\"
23+
@cmd /c copy /y "bin\Debug\netstandard2.1\System.Collections.Immutable.dll" "dist\"
2324
@cmd /c copy /y "bin\Debug\netstandard2.1\CityMonitor.dll" "dist\"
2425
@echo Packaged to dist/
2526

2627
package-unix: build
2728
@-rm -r dist/
2829
@-mkdir dist
2930
@cp bin/Debug/netstandard2.1/0Harmony.dll dist
31+
@cp bin/Debug/netstandard2.1/System.Collections.Immutable.dll dist
3032
@cp bin/Debug/netstandard2.1/CityMonitor.dll dist
3133
@echo Packaged to dist/
3234

0 commit comments

Comments
 (0)