You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not possible to run the CommandLine without the Templify installation. (Endjin.Templify.Domain.Infrastructure.FilePaths.AppUserDataPath points always to the AppData\Endjin\Templify folder which is created after the installation.)
Possible solution: Create a CommandLine argument "standalone=true" or so. In that case, the FilePaths class points to the folder where the CommandLine.exe is placed.
It's not possible to run the CommandLine without the Templify installation. (Endjin.Templify.Domain.Infrastructure.FilePaths.AppUserDataPath points always to the AppData\Endjin\Templify folder which is created after the installation.)
Possible solution: Create a CommandLine argument "standalone=true" or so. In that case, the FilePaths class points to the folder where the CommandLine.exe is placed.