Skip to content

Commit

Permalink
change build package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Wang committed Nov 29, 2015
1 parent d27fbe3 commit 00cdbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm/makedist.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def stage():
################################################################

def zip():
zipname = "sedona-" + env.buildVersion() + ".zip"
zipname = "sedona_community-" + env.buildVersion() + ".zip"
zippath = os.path.join(env.home, zipname)
fileutil.zip(zippath, stageDir)

Expand Down

0 comments on commit 00cdbac

Please sign in to comment.