Skip to content

Commit 6d5c32f

Browse files
committed
Update build script
1 parent 5f4ac96 commit 6d5c32f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $AssemblyInfoContents = `
4343
-replace "\[assembly: AssemblyVersion\(""\d\.\d\.\d\.\d""\)\]" , "[assembly: AssemblyVersion(""$asmVersion"")]"
4444
$AssemblyInfoContents > "NuGetImporterForUnity/Packages/NuGet Importer/Editor/AssemblyInfo.cs"
4545

46-
Start-Process -FilePath $env:UNITY_2020_3_25f1 `
46+
Start-Process -FilePath $env:UNITY_2020_3_30f1 `
4747
-ArgumentList "-projectPath ""${packageProjectPath}"" -batchmode -nographics -quit" `
4848
-Wait
4949

@@ -53,7 +53,7 @@ Copy-Item -Path "NuGetImporterForUnity/Library/ScriptAssemblies/kumaS.NuGetImpor
5353

5454
New-Item -Path "Release/$name" -ItemType Directory
5555

56-
Start-Process -FilePath $env:UNITY_2020_3_25f1 `
56+
Start-Process -FilePath $env:UNITY_2020_3_30f1 `
5757
-ArgumentList "-projectPath ""${exportProjectPath}"" -batchmode -nographics -exportPackage ""Assets/NuGet Importer"" ""../Release/$name/$name.unitypackage"" -quit" `
5858
-Wait
5959

0 commit comments

Comments
 (0)