SubnauticaModding / QModManager

Config based patch management for Subnautica and Subnautica: Below Zero
https://discord.gg/UpWuWwq
Other
140 stars 51 forks source link

Cannot build on Mac #279

Open kadorito opened 2 years ago

kadorito commented 2 years ago

Describe the problem Hello

I'm getting an error when building on Mac M1. I installed mono and did the assembly part with no issue, then the build returns (snipped)

~> creating distribution package cp: ./Dependencies/BepInEx/BepInEx: No such file or directory cp: ./Dependencies/BepInEx/doorstop_config.ini: No such file or directory cp: ./Dependencies/BepInEx/winhttp.dll: No such file or directory cp: ./packages/AssetsTools.NET.2.0.3/lib/net35/AssetsTools.NET.dll: No such file or directory cp: ./Build/SN.STABLE/QModManager.QModPluginGenerator.dll: No such file or directory cp: ./Build/SN.STABLE/QModManager.UnityAudioFixer.dll: No such file or directory cp: ./Build/SN.STABLE/QModManager.UnityAudioFixer.xml: No such file or directory cp: ./Build/SN.STABLE/QModInstaller.dll: No such file or directory cp: ./Build/SN.STABLE/QModInstaller.xml: No such file or directory

How can I fix this.