Skip to content

Commit

Permalink
Fix incorrect minimum version metadata in PLGX
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Dec 17, 2023
1 parent f56b810 commit d6894af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KeePassRPC/KeePassRPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
echo Files copied to temporary directory

REM create the PLGX
"%25KPDir%25KeePass.exe" --plgx-create "%25KPPTempDir%25" --plgx-prereq-kp:2.34
"%25KPDir%25KeePass.exe" --plgx-create "%25KPPTempDir%25" --plgx-prereq-kp:2.48
if errorlevel 1 goto BuildEventFailed
echo PLGX created

Expand Down Expand Up @@ -500,7 +500,7 @@
echo Files copied to temporary directory

# create the PLGX
"${KPDir}KeePass.exe" --plgx-create "${KPPTempDir}" --plgx-prereq-kp:2.34
"${KPDir}KeePass.exe" --plgx-create "${KPPTempDir}" --plgx-prereq-kp:2.48
if [ $? = 1 ]; then echo POSTBUILDSTEP for $(ProjectName) FAILED - create PLGX; exit 1; fi
echo PLGX created

Expand Down

0 comments on commit d6894af

Please sign in to comment.