feat: implemented Incremental save system

This commit is contained in:
Furqan-14
2026-05-26 11:23:29 +05:30
parent c3447bb793
commit bb1b2dcd50
8 changed files with 196 additions and 9 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ if ($LASTEXITCODE -ne 0) {
exit $LASTEXITCODE
}
Write-Host "Building target 'pdfengine_py'..." -ForegroundColor Cyan
cmake --build --preset win-local-pdfium --target pdfengine_py
Write-Host "Building all targets..." -ForegroundColor Cyan
cmake --build --preset win-local-pdfium
if ($LASTEXITCODE -ne 0) {
Write-Error "Build failed."
exit $LASTEXITCODE