Skip to content

Compile your own gamUploader (optional)

Kim Nilsson edited this page Jan 25, 2021 · 4 revisions

Go to the source dir on a local Windows 10 device with Python installed.

Open a terminal window and run the windows-build.bat file.

After a short while there will be a source/gamUploader dir created, and inside will be a gamUploader.exe binary which you can use instead of the pre-compiled version in this repo.

Do note that the code is only verified to work on recent Windows 10, and will not necessarily work on other versions of Windows.

Also, MS Windows Defender does not like pyinstaller exe-files, so it will most definitely warn och try to quarantine the file. :-)

I recommend you exclude both the C:\gamUploader dir and the C:\gamUploader-main before trying to do anything.

Clone this wiki locally