|
@@ -26,6 +26,7 @@
|
|
</Target>
|
|
</Target>
|
|
|
|
|
|
<Target Name="Rename" AfterTargets="Publish" Condition="'$(RuntimeIdentifier)'=='win-x64' or '$(RuntimeIdentifier)'=='win-arm64'">
|
|
<Target Name="Rename" AfterTargets="Publish" Condition="'$(RuntimeIdentifier)'=='win-x64' or '$(RuntimeIdentifier)'=='win-arm64'">
|
|
|
|
+ <Message Text="RuntimeIdentifier: '$(RuntimeIdentifier)'" Importance="high"/>
|
|
<Move SourceFiles="$(PublishDir)PixiEditor.UpdateInstaller.Exe.exe" DestinationFiles="$(PublishDir)PixiEditor.UpdateInstaller.exe"/>
|
|
<Move SourceFiles="$(PublishDir)PixiEditor.UpdateInstaller.Exe.exe" DestinationFiles="$(PublishDir)PixiEditor.UpdateInstaller.exe"/>
|
|
<Message Text="Renamed published executable file." Importance="high"/>
|
|
<Message Text="Renamed published executable file." Importance="high"/>
|
|
</Target>
|
|
</Target>
|