Skip to content

Commit

Permalink
Adjust default name to include version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Jun 16, 2016
1 parent 24e16f0 commit b7328e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion munkipkg
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def default_build_info(project_dir):
info['suppress_bundle_relocation'] = True
info['postinstall_action'] = 'none'
basename = os.path.basename(project_dir.rstrip('/')).replace(" ", "")
info['name'] = basename + '.pkg'
info['name'] = basename + '-${version}.pkg'
info['identifier'] = "com.github.munki.pkg." + basename
info['install_location'] = '/'
info['version'] = "1.0"
Expand Down

0 comments on commit b7328e1

Please sign in to comment.