File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,8 +267,8 @@ jobs:
267267 $tag = git rev-parse --short HEAD
268268 Set-Item ENV:ExternalCompilerOptions /DCRAFTOSPC_COMMIT='\"'$tag'\" '/DCRASHREPORT_API_KEY
269269 [System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String($Env:APIKEY)) | Out-File -Encoding "UTF8" src\apikey.cpp
270- msbuild "CraftOS-PC 2.sln" /p:Configuration=ReleaseC /p:Platform=ARM64
271- msbuild "CraftOS-PC 2.sln" /p:Configuration=Release /p:Platform=ARM64
270+ msbuild "CraftOS-PC 2.sln" /p:Configuration=ReleaseC /p:Platform=ARM64 /p:VcpkgEnableManifest=true
271+ msbuild "CraftOS-PC 2.sln" /p:Configuration=Release /p:Platform=ARM64 /p:VcpkgEnableManifest=true
272272 copy ARM64\Release\CraftOS-PC.exe CraftOS-PC.exe
273273 copy ARM64\Release\CraftOS-PC.pdb CraftOS-PC.pdb
274274 copy ARM64\ReleaseC\CraftOS-PC.exe CraftOS-PC_console.exe
You can’t perform that action at this time.
0 commit comments