project-gameface icon indicating copy to clipboard operation
project-gameface copied to clipboard

Does not work on WinGet

Open upintheairsheep opened this issue 2 years ago • 1 comments

https://github.com/microsoft/winget-pkgs/pull/106696

upintheairsheep avatar Jun 24 '23 03:06 upintheairsheep

Ok - I see your problem - you need to 1. Update customtkinter to the latest 5.2.0 (see this ) 2. overwrite that google theme doc with this https://github.com/willwade/project-gameface/blob/inno6-installer/assets/themes/google_theme.json (there was a typo in that doc)

With Winget (I dont really know much about that) are you supplying the compiled binary?

I've made a GH Action to compile it all for our inno6 installer. To do this - we have shifted the configs and logs to C:\Users\USERNAME\Gameface - I could probably output the Gameface dir as you are currently using it - as well as our installer but our code will then fail on winget install because its not making the dirs for this. I think it will be fine to be honest as long as you can pass a \silent or \verysilent flag to the command line to run the installer.

willwade avatar Jun 28 '23 22:06 willwade