Skip to content

Commit

Permalink
build script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stuffmatic committed Nov 13, 2018
1 parent 1b78ed4 commit 58ffa47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import zipfile

src_dir_name = 'fspy-blender'
src_dir_name = 'fspy_blender'
init_file_path = os.path.join(src_dir_name, '__init__.py')
init_file = open(init_file_path)
version_parts = []
Expand All @@ -19,7 +19,6 @@
raise "Could not extract version number from " + init_file_path

dist_archive_name = "fSpy-Blender-" + ".".join(version_parts) + ".zip"
print dist_archive_name

dist_dir_name = "dist"

Expand Down

0 comments on commit 58ffa47

Please sign in to comment.