beeware / podium

A Markdown-based native presentation tool
BSD 3-Clause "New" or "Revised" License
182 stars 28 forks source link

Package Error: Unable to clone application template because of wrong path #52

Closed paddy-exe closed 4 years ago

paddy-exe commented 4 years ago

When trying to package the app, this error pops up: % briefcase package

[podium] Generating application template... Using app template: /Users/rkm/projects/beeware/templates/briefcase-macOS-app-template Unable to clone application template; is the template path '/Users/rkm/projects/beeware/templates/briefcase-macOS-app-template' correct?

To Reproduce Steps to reproduce the behavior:

  1. Follow the instructions for the contribution
  2. briefcase package in terminal
  3. See the error

Expected behavior Packaging successful

Environment:

Additional context I suppose the directory for the app template needs to be changed so that others can package it as well

freakboy3742 commented 4 years ago

Thanks for the report! Looks like I've left a stray local configuration item in the pyproject.toml; fix incoming shortly.