Skip to content

Commit

Permalink
Fix the output debug symbol packages file name prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Nov 30, 2024
1 parent 2ee58ab commit 2a448bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildAllTargets.proj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PropertyGroup>
<InputBinariesPath>$(MSBuildThisFileDirectory)Output\Binaries\Release\</InputBinariesPath>
<OutputSymbolsPath>$(MSBuildThisFileDirectory)Output\Binaries\Root\Symbols\</OutputSymbolsPath>
<OutputFileNamePrefix>NanaZip_3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0</OutputFileNamePrefix>
<OutputFileNamePrefix>NanaZip_5.0.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0</OutputFileNamePrefix>
</PropertyGroup>

<MakeDir Directories="$(OutputSymbolsPath)arm64" />
Expand Down

0 comments on commit 2a448bc

Please sign in to comment.