FutureAIGuru / BrainSimII

Neural Simulator for AGI research and development
http://brainsim.org
MIT License
87 stars 25 forks source link

build_installer.cmd not working properly #193

Closed FutureAIGuru closed 2 years ago

FutureAIGuru commented 2 years ago

Describe the bug buildandsign.bat is working properly but has hardcoded paths which work on my dev machine but need to be modified to run more generally...it also spews all the output on the DOS box.

build_installer.cmd crashes on the call to vcvarsall.bat which isn't properly pathed...there is also a hardcoded path to the folder _REPOSITORY which needs and upgrade and it no longer signs all the parts which need signing since .net6.0 .exe files are just stubs which reference .dlls of the same name which need to be signed as well.

FutureAIGuru commented 2 years ago

The ref to "_REPOSITORY" is from a previous version.