Skip to content

Commit

Permalink
add makefile for template
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Sep 5, 2023
1 parent 5702e8f commit 243a5a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ test:

version := $(shell grep version pyproject.toml | grep -o -E "\b[0-9]+\.[0-9]+\.[0-9]+\b")

template:
zip -r MolecularNodes/assets/template/Molecular_Nodes.zip MolecularNodes/assets/template/Molecular_Nodes -x *blend1

release:
git clean -dfX
zip -r MolecularNodes_$(version).zip MolecularNodes -x *pycache* *.blend1
make template
zip -r MolecularNodes_$(version).zip MolecularNodes -x *pycache* *.blend1 MolecularNodes/assets/template/Molecular_Nodes/*
Binary file modified MolecularNodes/assets/template/Molecular_Nodes.zip
Binary file not shown.
Binary file modified MolecularNodes/assets/template/Molecular_Nodes/startup.blend
Binary file not shown.

0 comments on commit 243a5a9

Please sign in to comment.