We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3f756 commit e1949b5Copy full SHA for e1949b5
Makefile
@@ -20,13 +20,15 @@ build: clean restore build-ui
20
package-win: build
21
@-mkdir dist
22
@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\"
24
@cmd /c copy /y "bin\Debug\netstandard2.1\CityMonitor.dll" "dist\"
25
@echo Packaged to dist/
26
27
package-unix: build
28
@-rm -r dist/
29
30
@cp bin/Debug/netstandard2.1/0Harmony.dll dist
31
+ @cp bin/Debug/netstandard2.1/System.Collections.Immutable.dll dist
32
@cp bin/Debug/netstandard2.1/CityMonitor.dll dist
33
34
0 commit comments