jhassan8/crunchyroll-tizen

Var names in this line must be in quotes

Opened this issue · 0 comments

tizen install -t %device_name% --name %app_directory%

In my case, the local path contains spaces (C:\Users**\OneDrive - **\Desktop\crunchyroll-tizen-1.1.5), and I was getting this error: "Error: '-' is not a valid option."

tizen install -t "%device_name%" -n "%app_directory%"