How to change app path

Product: PowerShell Universal
Version: 4.3.2

I created a new App, called Test, in URL /test. I’ve since updated it to have a new name and new URL, but it retains test in the path:
Example: “File Path: dashboards\Test\Test.ps1”

It’s working well and I want to take this to production, how do I change the path? I don’t see how to change the file path in the PSU UI.
Thanks.

in /admin/settings/files → .universal you will find dashboards.ps1, which contains the path for your dashbboard.
Prior to updating it you would want to move the files physically on the disk.

1 Like

That worked, thanks for the help