1
0
Fork 0
mirror of https://github.com/atom0s/Steamless.git synced 2024-12-19 23:07:41 +01:00

Core: fix release mode output folder for new CLI version.

This commit is contained in:
atom0s 2022-04-04 21:39:00 -07:00
parent 62ffbe6732
commit 25f3584e39
No known key found for this signature in database
GPG key ID: 37D5FD3494D79AF8

View file

@ -27,7 +27,7 @@
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Steamless\bin\x86\Debug\</OutputPath>
<OutputPath>..\Steamless\bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>