Skip to content

Commit effb622

Browse files
committed
?????
1 parent bc0c96c commit effb622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)