Open
Description
I created a wpf application. I wanted to create a single installation file with auto updates, using squirrel.windows. I followed this tutorial:
https://intellitect.com/deploying-app-squirrel/ (and https://intellitect.com/publishing-a-nuget/ which is being referred to. the only change was in using this line : nuget pack HitKli_WpfApp -Prop Platform=x86 -Prop Configuration=Release)
after i completed the setup the app does not work. maybe it doesn't have any files included cause it is only 1700kb? I am really not sure where to start check from. did anyone had this problem?