Build Windows Version of Pritunl Client Electron

Hello,
i want to build the Pritunl Client directly from the Github Repo. It did workt a few Year ago but it dont want to work. Can you please give me an Instruction for that and i dont want to download the .exe from the Homepage i want to create my own from Github please help me!

Thanks in Advanced!

The script used to build the Windows release is here pritunl/pritunl-client-electron/tools/build_win.go

The software below must be installed. Without a Code Signing certificate the code signing steps would need to be removed from the build script.

install git go node inno-setup
npm -g install @electron/fuses