MaFi-Games / Captain-of-industry-modding

Official modding resource for video game Captain of Industry.
https://www.captain-of-industry.com
MIT License
41 stars 40 forks source link

COI_ROOT should not be set in system environmental variable #10

Open mingl0280 opened 1 year ago

mingl0280 commented 1 year ago

Please add a variable in the C# solution file

  <PropertyGroup>
    <COI_ROOT> <!-- Captain of Industry install dir --> </COI_ROOT>
  </PropertyGroup>

This will not modify user's environment variable and does not require permission escalation.

JamieRCHI commented 9 months ago

I like this better than my solution that I posted in issue #3. Thanks.