Update lupdate.yml

Fix error in workflow run: `lowlevel.rc(62): error RC2135: file not found`. See also 6f68dac
This commit is contained in:
isaak654 2023-07-06 15:03:21 +02:00
parent 023f359b00
commit 29cc920444
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 3 additions and 3 deletions

View File

@ -62,10 +62,10 @@ jobs:
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1.3
- name: Build Sandboxie 64 bit
# This is needed to compile Parse.vcxproj
- name: Build Sandboxie x86
# This step is needed to compile Parse.vcxproj
run: |
msbuild /t:build Sandboxie\Sandbox.sln /p:Configuration="SbieRelease" /p:Platform=x64 -maxcpucount:8
msbuild /t:build Sandboxie\Sandbox.sln /p:Configuration="SbieRelease" /p:Platform=Win32 -maxcpucount:8
cd Sandboxie/msgs/SbieRelease
copy Parse.exe ../