-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSA: How to run on MacOS #29
Comments
@matthewstrasiotto when I attempt to run this via terminal per your instructions to right-click, or by running sudo open -n at the terminal the app does not open, it just opens a new terminal window. Do I need to install .NET supporting files in order for this to work? |
Er you shouldnt need to install a dotnet runtime, but i do have one installed since ive used my mac to develop dotnet theres no need for sudo, btw, and you don't need to call "open" if you're running it from term From terminal, try just calling the executable (from its folder) # from the folder with all the dlls and stuff
./VideoDuplicateFinder.gui
# or
# /path/to/VideoDuplicateFinder.gui
I just banged this out on my phone, so check the spelling and stuff |
You can try Installing a dotnet runtime but it shouldn't be necessary |
@matthewstrasiotto have not had any luck getting this to work on two of my machines -- not sure what I'm doing wrong |
Later I'll integrate this to proper docs:
Download release
Unzip
Find executable, named "VideoDuplicateFinder.gui"
Right click > "Open with"
Choose your terminal app, check "Always Open With"
Now your app is running
The text was updated successfully, but these errors were encountered: