You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: