amlwwalker / got-qt

A framework for building cross platform GUI interfaces in Go and QML
MIT License
300 stars 14 forks source link

Example project opens Finder on every launch #8

Open gavbaa opened 6 years ago

gavbaa commented 6 years ago

Having followed installation instructions, upon running qtdeploy test desktop or running the actual compiled binary via the Makefile's deploy/darwin/${GUI_DIR}.app/Contents/MacOS/${GUI_DIR}, a Finder window opens up first, whether or not the application opens. Is that expected?

amlwwalker commented 6 years ago

Hello, I will have to have a look at the code, but yes it's quite possible, I was playing with adding standard features someone might want and a finder (to select a file to process in the app, eg for upload) was one of them. If I remember rightly u can use it to select a file and the backend will receive the path