mit-dig/punya

App title is not renamed after copying project

Closed this issue · 0 comments

Describe the bug

When creating a new project, and then saving a copy of it, apps built from the copy will have the original project title.

This may look like a detail, but it's annoying to deal with - often these (intermediate) copies have different functionality that should be reflected by their title.

Affects

  • Designer
  • Blocks editor
  • Companion
  • Compiled apps
  • Buildserver
  • Debugging
  • Other... (please describe)

Expected behavior

For apps built from project copies to have the same title as the copied project.

Steps to reproduce

  • Create a new project "Test_test_test"
  • Save project as .. with new name "Test"
  • Build an APK from the "Test" project
  • The built app will have title "Test"