Skip to content

Commit

Permalink
Makefile for creating releases
Browse files Browse the repository at this point in the history
  • Loading branch information
petak5 committed Apr 25, 2022
1 parent 4d02d9b commit 367e760
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all: release

.PHONY: release
release:
zip terrain_eroder.zip terrain_eroder/*.py terrain_eroder/**/*.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Blender plugin for terrain erosion
## Development installation (changes to code are applied to plugin after Blender restarts)
- Create a symlink to `terrain_eroder/` folder from Blender's addons folder
### macOS
- `cd /Users/<user>/Library/Application Support/Blender/<blender-version>/scripts/addons/`
- `cd /Users/<user>/Library/Application\ Support/Blender/<blender-version>/scripts/addons/`
- `ln -s <path-to-terrain-eroder> terrain_eroder`
### Windows (cmd as Administrator)
- `cd c:\Users\<user>\AppData\Roaming\Blender Foundation\Blender\<blender-version>\scripts\addons\`
Expand Down

0 comments on commit 367e760

Please sign in to comment.