How to build the Windows EXE like the official release? #833
Markfesenk0
started this conversation in
General
Replies: 1 comment 1 reply
-
That folder seems to be related to the installer. You need Inno Setup Compiler to run the .iss file. I got it to compile, but I had to make some changes (working blind so I have no idea what impact it had). The first issue was using the #define to AppVersion. My change:
I also had to comment these out to get it to build:
After that it built a setup installer, but I haven't tried to run it yet. I hope this helps as a starting point. I'd also like to build/rebuild this app at some point, but I would like to avoid using installer and just make it portable. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to build the project into a Windows .exe from source. I saw the tools/windows-installer folder but couldn’t find detailed steps for generating an EXE that matches the size and structure of the official release.
Added a feature to get the current Ip location and country, as I tend to use VPN for netflix. Might event push this later if all works well.
Could you share the exact commands or build process you use on Windows to produce your official EXE?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions