Skip to content

Commit

Permalink
WinRT: minor tweak to NuGet package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Dec 2, 2015
1 parent 3b79ab4 commit 5790f59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>SDL2main-WinRT-CoreWindow</id>
<id>SDL2main-WinRT-NonXAML</id>
<version>2.0.4-Unofficial</version>
<authors>Sam Lantinga</authors>
<owners>David Ludwig</owners>
Expand All @@ -17,6 +17,6 @@
</metadata>
<files>
<file src="..\src\main\winrt\SDL_winrt_main_NonXAML.cpp" target="src\main\winrt"/>
<file src="SDL2main-WinRT-CoreWindow.targets" target="build\native"/>
<file src="SDL2main-WinRT-NonXAML.targets" target="build\native"/>
</files>
</package>
2 changes: 1 addition & 1 deletion build-scripts/winrtbuild.ps1
Expand Up @@ -274,7 +274,7 @@ if ($DidAnyDLLBuildFail -eq $true) {
if ( ! $? ) { $DidAnyNugetBuildFail = $true }

# Package SDL2main:
$NugetOptions[1] = "$PSScriptRoot\..\VisualC-WinRT\SDL2main-WinRT-CoreWindow.nuspec"
$NugetOptions[1] = "$PSScriptRoot\..\VisualC-WinRT\SDL2main-WinRT-NonXAML.nuspec"
&"$NugetPath" $NugetOptions
if ( ! $? ) { $DidAnyNugetBuildFail = $true }
}
Expand Down

0 comments on commit 5790f59

Please sign in to comment.