@@ -929,7 +929,7 @@ endlocal
929
929
setlocal enableextensions enabledelayedexpansion
930
930
931
931
:: Package bld.msi
932
- msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\bld.wixproj ^
932
+ msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\bld\bld .wixproj ^
933
933
-restore ^
934
934
-p:Configuration=Release ^
935
935
-p:IntermediateOutputPath=%PackageRoot% \bld\ ^
@@ -941,7 +941,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\bld.wixproj ^
941
941
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\bld\bld.msi
942
942
943
943
:: Package cli.msi
944
- msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\cli.wixproj ^
944
+ msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\cli\cli .wixproj ^
945
945
-restore ^
946
946
-p:Configuration=Release ^
947
947
-p:IntermediateOutputPath=%PackageRoot% \cli\ ^
@@ -953,7 +953,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\cli.wixproj ^
953
953
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\cli\cli.msi
954
954
955
955
:: Package dbg.msi
956
- msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\dbg.wixproj ^
956
+ msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\dbg\dbg .wixproj ^
957
957
-restore ^
958
958
-p:Configuration=Release ^
959
959
-p:IntermediateOutputPath=%PackageRoot% \dbg\ ^
@@ -965,7 +965,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\dbg.wixproj ^
965
965
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\dbg\dbg.msi
966
966
967
967
:: Package ide.msi
968
- msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\ide.wixproj ^
968
+ msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\ide\ide .wixproj ^
969
969
-restore ^
970
970
-p:Configuration=Release ^
971
971
-p:IntermediateOutputPath=%PackageRoot% \ide\ ^
@@ -977,7 +977,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\ide.wixproj ^
977
977
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\ide\ide.msi
978
978
979
979
:: Package sdk.msi
980
- msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\sdk.wixproj ^
980
+ msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\sdk\sdk .wixproj ^
981
981
-restore ^
982
982
-p:Configuration=Release ^
983
983
-p:IntermediateOutputPath=%PackageRoot% \sdk\ ^
@@ -989,7 +989,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\sdk.wixproj ^
989
989
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\sdk\sdk.msi
990
990
991
991
:: Package runtime.msi
992
- msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\runtime.wixproj ^
992
+ msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\runtime\runtime .wixproj ^
993
993
-restore ^
994
994
-p:Configuration=Release ^
995
995
-p:IntermediateOutputPath=%PackageRoot% \runtime\ ^
@@ -1008,7 +1008,7 @@ move %PackageRoot%\sdk\sdk.msi %PackageRoot% || (exit /b)
1008
1008
move %PackageRoot% \runtime\runtime.msi %PackageRoot% || (exit /b)
1009
1009
1010
1010
:: Build Installer
1011
- msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\installer.wixproj ^
1011
+ msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\bundle\ installer.wixproj ^
1012
1012
-restore ^
1013
1013
-p:Configuration=Release ^
1014
1014
-p:IntermediateOutputPath=%PackageRoot% \installer\ ^
0 commit comments