Skip to content

Commit e738297

Browse files
authored
Update README.md
1 parent c20f448 commit e738297

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ More info on custom nodes on the [Dynamo Wiki](https://github.com/DynamoDS/Dynam
1212
### Debug
1313

1414
To debug change your StartAction to: ```C:\Program Files\Dynamo\Dynamo Revit\1.0\DynamoSandbox.exe```.
15-
The .csproj file automatically copies the dlls to ```%appdata%\Dynamo\Dynamo Core\1.0\packages\HelloNodeModel\``` upon build, change accordingly if using another version of Dynamo.
15+
The project has post build actions set to:
16+
```xcopy /Y "$(TargetDir)*.*" "$(AppData)\Dynamo\Dynamo Core\1.3\packages\$(ProjectName)\bin\"
17+
xcopy /Y "$(ProjectDir)pkg.json" "$(AppData)\Dynamo\Dynamo Core\1.3\packages\$(ProjectName)"```, change accordingly if using another version of Dynamo.
1618
1719
1820
![image](http://i.imgur.com/ZKfnm2e.png)

0 commit comments

Comments
 (0)